0
0
Fork 0

Uniform media and video spoiler settings and fix them of the light theme (#7778)

This commit is contained in:
Lynx Kotoura 2018-06-10 23:54:22 +09:00 committed by Eugen Rochko
parent 01ee460ceb
commit 7e27a3c225
2 changed files with 12 additions and 1 deletions

View file

@ -87,6 +87,17 @@
}
}
// 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;