mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 01:17:04 +03:00
Merged some light and dark theme mode style rules
This commit is contained in:
parent
ab9e56f8b6
commit
8a875670d9
5 changed files with 25 additions and 49 deletions
|
|
@ -98,8 +98,7 @@
|
|||
}
|
||||
|
||||
.b-compose .b-header,
|
||||
.squire-toolbar,
|
||||
.b-themes-list .e-item {
|
||||
.squire-toolbar {
|
||||
background-color: #222;
|
||||
color: #fff;
|
||||
}
|
||||
|
|
@ -122,33 +121,15 @@
|
|||
}
|
||||
|
||||
.messageList .messageListItem {
|
||||
background-color: #111;
|
||||
border-left-color: #111;
|
||||
color: #EEE;
|
||||
}
|
||||
|
||||
.messageList .messageListItem.focused,
|
||||
#rl-popups .b-languages-content .lang-item {
|
||||
background-color: #222;
|
||||
}
|
||||
|
||||
.table-hover tbody tr:hover td,
|
||||
.table-hover tbody tr:hover th,
|
||||
#rl-popups .b-languages-content .lang-item:hover {
|
||||
.table-hover tbody tr:hover th {
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
.messageList .messageListItem.hasUnseenSubMessage,
|
||||
.messageList .messageListItem.unseen,
|
||||
#rl-popups .b-languages-content .lang-item.user {
|
||||
background-color: #220;
|
||||
}
|
||||
|
||||
.b-themes-list .e-item.selected,
|
||||
#rl-popups .b-languages-content .lang-item.selected {
|
||||
background-color: #020;
|
||||
}
|
||||
|
||||
.table-striped tbody tr:nth-child(2n+1) td,
|
||||
.table-striped tbody tr:nth-child(2n+1) th {
|
||||
background-color: #111;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue