mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 07:57:02 +03: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;
|
border-color: #555;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.well,
|
||||||
.modal,
|
.modal,
|
||||||
.b-settins-right .b-content,
|
.b-settins-right .b-content,
|
||||||
.messageList .b-content,
|
.messageList .b-content,
|
||||||
.messageView .b-content {
|
.messageView .b-content,
|
||||||
|
.b-admin-right .b-content {
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
border-color: #555;
|
border-color: #555;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
@ -139,3 +141,7 @@
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.b-admin-about .rl-logo {
|
||||||
|
filter: drop-shadow(0 0 1px #FFF);
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue