mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-24 14:57:26 +08:00
Improve messageview flag and info buttons/icons
This commit is contained in:
parent
34b25eedea
commit
914c6e8d14
1 changed files with 4 additions and 8 deletions
|
@ -70,28 +70,24 @@
|
|||
|
||||
.infoParent {
|
||||
cursor: pointer;
|
||||
margin: 0 2px 0 5px;
|
||||
opacity: 0.3;
|
||||
opacity: 0.5;
|
||||
|
||||
&:hover {
|
||||
opacity: 0.6;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.flagParent {
|
||||
|
||||
cursor: pointer;
|
||||
margin: 0 20px 0 2px;
|
||||
margin: 0 0.25em;
|
||||
|
||||
.flagOn {
|
||||
color: orange;
|
||||
}
|
||||
|
||||
.flagOff {
|
||||
&.flagOff:not(:hover) {
|
||||
opacity: 0.5;
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue