fix: Message flags default color in dropdown

This commit is contained in:
hampoelz 2023-07-27 08:59:26 +00:00
parent a667b46316
commit 0e0d8c8962

View file

@ -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) {
border-left: solid 5px transparent;
border-left: solid 5px gray;
}
#rl-app .b-folders .is-flagged .flag-icon::after,