mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
parent
d961fa480a
commit
0fad66c452
53 changed files with 2231 additions and 1181 deletions
|
|
@ -4,6 +4,9 @@
|
|||
|
||||
.b-folders {
|
||||
|
||||
&.focused .b-content {
|
||||
}
|
||||
|
||||
.b-toolbar {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
@ -75,10 +78,14 @@
|
|||
color: #000;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover, &.selected, &.droppableHover {
|
||||
&:hover, &.selected, &.focused, &.droppableHover {
|
||||
background-color: #555;
|
||||
color: #fff;
|
||||
}
|
||||
&.focused {
|
||||
background-color: #888;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
&.system {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue