Mercurial > hg > rc1
changeset 28:538b3d58eb89
fix colors in label popup
author | Charlie Root |
---|---|
date | Sun, 28 Jan 2018 13:42:53 -0500 |
parents | e097905863b9 |
children | ea061c743982 |
files | plugins/thunderbird_labels/skins/larry/tb_label.css |
diffstat | 1 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/thunderbird_labels/skins/larry/tb_label.css Sun Jan 28 11:37:00 2018 -0500 +++ b/plugins/thunderbird_labels/skins/larry/tb_label.css Sun Jan 28 13:42:53 2018 -0500 @@ -60,6 +60,7 @@ #messagelist tr.label1 td a, .toolbarmenu li.label1, .toolbarmenu li.label1 a.active, +.toolbarmenu a.rcm_elem_tblabel1, span.label1, .records-table tr.selected td span.label1 { @@ -70,6 +71,7 @@ #messagelist tr.label2 td a, .toolbarmenu li.label2, .toolbarmenu li.label2 a.active, +.toolbarmenu a.rcm_elem_tblabel2, span.label2, .records-table tr.selected td span.label2 { @@ -81,6 +83,7 @@ #messagelist tr.label3 td a, .toolbarmenu li.label3, .toolbarmenu li.label3 a.active, +.toolbarmenu a.rcm_elem_tblabel3, span.label3, .records-table tr.selected td span.label3 { @@ -97,9 +100,10 @@ /* lighter blue for dark-grey popup... */ .toolbarmenu li.label4, +.toolbarmenu a.rcm_elem_tblabel4, .toolbarmenu li.label4 a.active { - color: #0CF; + color: #0CF !important; } #messagelist tr.label5 td, @@ -112,9 +116,10 @@ /* lighter purple for dark-grey popup... */ .toolbarmenu li.label5, +.toolbarmenu a.rcm_elem_tblabel5, .toolbarmenu li.label5 a.active { - color: #B6F; + color: #B6F !important; } /* Selected messages */