Dark mode update

This commit is contained in:
Jiiks 2016-04-09 15:59:31 +03:00
parent 52489b6e0a
commit e7b74ccd15
2 changed files with 8 additions and 2 deletions

View File

@ -1310,7 +1310,13 @@
.bda-dark .emoji-picker .scroller .emoji-item.selected {
background: rgba(123, 123, 123, 0.37);
}
.bda-dark .emoji-picker .dimmer.visible {
background-color: rgba(62, 62, 62, 0.65);
}
.bda-dark .emoji-picker .diversity-selector .popout {
background: #353535;
border-color: #202020;
}
.bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar,
.bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar-track,
.bda-dark #bda-qem-twitch-container .scroller::-webkit-scrollbar-track-piece,

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long