Mercurial > hg > rc1
comparison 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 |
comparison
equal
deleted
inserted
replaced
25:4b2bc456ce42 | 26:b2b6c0af2383 |
---|---|
4 * http://code.google.com/p/rcmail-thunderbird-labels/ | 4 * http://code.google.com/p/rcmail-thunderbird-labels/ |
5 * | 5 * |
6 * CSS is Based on a patch for roundcube 0.3 I found a long time ago | 6 * CSS is Based on a patch for roundcube 0.3 I found a long time ago |
7 */ | 7 */ |
8 | 8 |
9 #tb_label_popuplink { | 9 #tblabelpopuplink { |
10 background-image: url(thunderbird_32.png); | 10 background-image: url(thunderbird_32.png); |
11 /*background-repeat: repeat;*/ | 11 /*background-repeat: repeat;*/ |
12 background-position: 50% 0px; | 12 background-position: 50% 0px; |
13 width: 32px; | 13 width: 32px; |
14 height: 13px; | 14 height: 13px; |
15 padding: 28px 2px 0px 2px; | 15 padding: 28px 2px 0px 2px; |
16 margin: 0px 5px 0px 5px; | 16 margin: 0px 5px 0px 5px; |
17 } | 17 } |
18 | 18 |
19 #tb_label_popup | 19 #tblabelpopup |
20 { | 20 { |
21 width: auto; | 21 width: auto; |
22 position: absolute; | 22 position: absolute; |
23 } | 23 } |
24 | 24 |
25 #tb_label_popup a.active | 25 #tblabelpopup a.active |
26 { | 26 { |
27 color: inherit; /* fix for firefox */ | 27 color: inherit; /* fix for firefox */ |
28 } | 28 } |
29 | 29 |
30 .toolbarmenu li.label0, | 30 .toolbarmenu li.label0, |