mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03:00
Resolve issue #112
This commit is contained in:
parent
1f9e96f107
commit
ba477e25ff
12 changed files with 82 additions and 106 deletions
|
|
@ -111,6 +111,9 @@
|
|||
color: var(--folders-selected-color, #eee);
|
||||
}
|
||||
}
|
||||
&:not(.selectable) {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
&.focused {
|
||||
background-color: #888;
|
||||
|
|
|
|||
|
|
@ -34,6 +34,10 @@
|
|||
|
||||
.folder-item {
|
||||
|
||||
&:not(.selectable) {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
&.system .folder-name {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue