mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-12 08:04:21 +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 {
|
.infoParent {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin: 0 2px 0 5px;
|
opacity: 0.5;
|
||||||
opacity: 0.3;
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
opacity: 0.6;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.flagParent {
|
.flagParent {
|
||||||
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin: 0 20px 0 2px;
|
margin: 0 0.25em;
|
||||||
|
|
||||||
.flagOn {
|
.flagOn {
|
||||||
color: orange;
|
color: orange;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flagOff {
|
&.flagOff:not(:hover) {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
&:hover {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue