]> cat aescling's git repositories - mastodon.git/commitdiff
Uniform media and video spoiler settings and fix them of the light theme (#7778)
authorLynx Kotoura <admin@sanin.link>
Sun, 10 Jun 2018 14:54:22 +0000 (23:54 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 10 Jun 2018 14:54:22 +0000 (16:54 +0200)
app/javascript/styles/mastodon-light/diff.scss
app/javascript/styles/mastodon/components.scss

index 2deec6bf4cc0bbdcb72b044249edb5b7b56a9571..fad7feb984c4a8510ec0e2a16febbadfeb46a851 100644 (file)
   }
 }
 
+// Change the background colors of media and video spoiler
+
+.media-spoiler,
+.video-player__spoiler {
+  background: $ui-base-color;
+}
+
+.account-gallery__item a {
+  background-color: $ui-base-color;
+}
+
 // Change the colors used in the dropdown menu
 .dropdown-menu {
   background: $ui-base-color;
index 939178b50e9dd1547164e3b6d654bac1f46043ef..cb790ac05820a0b1884147c8b309de3469b4611d 100644 (file)
@@ -4555,7 +4555,7 @@ a.status-card {
     height: 100%;
     z-index: 4;
     border: 0;
-    background: $base-shadow-color;
+    background: $base-overlay-background;
     color: $darker-text-color;
     transition: none;
     pointer-events: none;