diff plugins/thunderbird_labels/skins/larry/tb_label.css @ 26:b2b6c0af2383

remove _ from name, lots of other hacks to get label context menu working
author Charlie Root
date Sun, 28 Jan 2018 11:32:20 -0500
parents 1e000243b222
children 538b3d58eb89
line wrap: on
line diff
--- a/plugins/thunderbird_labels/skins/larry/tb_label.css	Thu Jan 18 07:54:45 2018 -0500
+++ b/plugins/thunderbird_labels/skins/larry/tb_label.css	Sun Jan 28 11:32:20 2018 -0500
@@ -6,7 +6,7 @@
 * CSS is Based on a patch for roundcube 0.3 I found a long time ago
 */
 
-#tb_label_popuplink {
+#tblabelpopuplink {
   background-image: url(thunderbird_32.png);
   /*background-repeat: repeat;*/
   background-position: 50% 0px;
@@ -16,13 +16,13 @@
   margin: 0px 5px 0px 5px;
 }
 
-#tb_label_popup
+#tblabelpopup
 {
   width: auto;
   position: absolute;
 }
 
-#tb_label_popup a.active
+#tblabelpopup a.active
 {
   color: inherit; /* fix for firefox */
 }