minor fixes for dark schema

This commit is contained in:
Mario Vavti 2018-04-26 22:44:40 +02:00
parent a5a6488757
commit a85b1efa4f

View File

@ -1,5 +1,4 @@
.generic-content-wrapper { .generic-content-wrapper {
border: 1px solid #111;
background-color: transparent; background-color: transparent;
} }
@ -148,7 +147,8 @@ option {
background-color:#111; background-color:#111;
} }
.modal-content { .modal-content,
#notifications_wrapper {
background-color: #111; background-color: #111;
} }