mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 00:17:03 +03:00
fix: Message flags default color in dropdown
This commit is contained in:
parent
a667b46316
commit
0e0d8c8962
1 changed files with 1 additions and 1 deletions
|
|
@ -2465,7 +2465,7 @@ html.rl-mobile #rl-app #V-AdminPane>.b-toolbar {
|
||||||
|
|
||||||
#rl-app .btn-group.show .dropdown-menu div li a[class^='msgflag-']:not(.msgflag-\$label1, .msgflag-\$label2, .msgflag-\$label3, .msgflag-\$label4, .msgflag-\$label5),
|
#rl-app .btn-group.show .dropdown-menu div li a[class^='msgflag-']:not(.msgflag-\$label1, .msgflag-\$label2, .msgflag-\$label3, .msgflag-\$label4, .msgflag-\$label5),
|
||||||
#rl-app .btn-group.show .dropdown-menu div li a[class*='msgflag-']:not(.msgflag-\$label1, .msgflag-\$label2, .msgflag-\$label3, .msgflag-\$label4, .msgflag-\$label5) {
|
#rl-app .btn-group.show .dropdown-menu div li a[class*='msgflag-']:not(.msgflag-\$label1, .msgflag-\$label2, .msgflag-\$label3, .msgflag-\$label4, .msgflag-\$label5) {
|
||||||
border-left: solid 5px transparent;
|
border-left: solid 5px gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app .b-folders .is-flagged .flag-icon::after,
|
#rl-app .b-folders .is-flagged .flag-icon::after,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue