# HG changeset patch # User Charlie Root # Date 1517164973 18000 # Node ID 538b3d58eb89a34d90880c350a9c77fbe37e8342 # Parent e097905863b9a861c89d66cf8a794a40784615e4 fix colors in label popup diff -r e097905863b9 -r 538b3d58eb89 plugins/thunderbird_labels/skins/larry/tb_label.css --- 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 */