Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'skins/elastic/styles')
-rw-r--r--skins/elastic/styles/widgets/lists.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/skins/elastic/styles/widgets/lists.less b/skins/elastic/styles/widgets/lists.less
index a8966f978..fabbb8a64 100644
--- a/skins/elastic/styles/widgets/lists.less
+++ b/skins/elastic/styles/widgets/lists.less
@@ -721,6 +721,12 @@ table.fixedcopy {
content: @fa-var-flag;
}
+ tr.flaggedroot:not(:hover) span.unflagged:before {
+ &:extend(.font-icon-class);
+ content: @fa-var-flag;
+ color: @color-list-icon;
+ }
+
tr:hover span.unflagged:before {
&:extend(.font-icon-class);
.font-icon-regular(@fa-var-flag);