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
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2020-05-02 21:43:34 +0300
committerAleksander Machniak <alec@alec.pl>2020-05-02 21:44:08 +0300
commit26d5fb1b5513de5f52c710c3e44297b01dfc5502 (patch)
tree21c72090fdba1fbfd34636d9ed7f43f1ae427b40 /skins
parentdff0ee3e2a1f03617412a1df0279b072c26e1825 (diff)
Fix missing flag indication on collapsed thread in Larry and Elastic (#7366)
Diffstat (limited to 'skins')
-rw-r--r--skins/elastic/styles/widgets/lists.less6
-rw-r--r--skins/larry/mail.css2
2 files changed, 7 insertions, 1 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);
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index a98b0080b..b8fa60c40 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -401,7 +401,7 @@ table.messagelist.fixedcopy {
}
/* thread parent message with flagged children */
-.messagelist tbody tr.flaggedroot .flag span {
+.messagelist tr.flaggedroot td.flag span.unflagged {
background-position: -23px -1076px;
}