mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-25 07:16:21 +08:00
Resolve Issue #65
This commit is contained in:
parent
07f5e60780
commit
f1b070b0a0
1 changed files with 7 additions and 1 deletions
|
@ -76,10 +76,12 @@
|
|||
border-color: #555;
|
||||
}
|
||||
|
||||
.well,
|
||||
.modal,
|
||||
.b-settins-right .b-content,
|
||||
.messageList .b-content,
|
||||
.messageView .b-content {
|
||||
.messageView .b-content,
|
||||
.b-admin-right .b-content {
|
||||
background-color: #000;
|
||||
border-color: #555;
|
||||
color: #fff;
|
||||
|
@ -139,3 +141,7 @@
|
|||
color: #fff;
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
.b-admin-about .rl-logo {
|
||||
filter: drop-shadow(0 0 1px #FFF);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue