mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Improved and cleanup CSS
This commit is contained in:
parent
60e29fdd66
commit
c47ed18db9
26 changed files with 58 additions and 115 deletions
|
|
@ -92,10 +92,10 @@
|
|||
display: none;
|
||||
margin-left: 7px;
|
||||
|
||||
.icon-star {
|
||||
.flagged {
|
||||
display: none;
|
||||
}
|
||||
.icon-star-empty {
|
||||
.unflagged {
|
||||
opacity: .5;
|
||||
|
||||
&:hover {
|
||||
|
|
@ -195,11 +195,11 @@
|
|||
}
|
||||
|
||||
&.inbox-is-starred {
|
||||
.icon-star {
|
||||
.flagged {
|
||||
color: orange;
|
||||
display: inline-block !important;
|
||||
}
|
||||
.icon-star-empty {
|
||||
.unflagged {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue