OLD | NEW |
1 /* | 1 /* |
2 * This file is part of Adblock Plus <http://adblockplus.org/>, | 2 * This file is part of Adblock Plus <http://adblockplus.org/>, |
3 * Copyright (C) 2006-2014 Eyeo GmbH | 3 * Copyright (C) 2006-2014 Eyeo GmbH |
4 * | 4 * |
5 * Adblock Plus is free software: you can redistribute it and/or modify | 5 * Adblock Plus is free software: you can redistribute it and/or modify |
6 * it under the terms of the GNU General Public License version 3 as | 6 * it under the terms of the GNU General Public License version 3 as |
7 * published by the Free Software Foundation. | 7 * published by the Free Software Foundation. |
8 * | 8 * |
9 * Adblock Plus is distributed in the hope that it will be useful, | 9 * Adblock Plus is distributed in the hope that it will be useful, |
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 } | 49 } |
50 | 50 |
51 #abp-toolbarbutton[cui-areatype="menu-panel"][abpstate="disabled"], | 51 #abp-toolbarbutton[cui-areatype="menu-panel"][abpstate="disabled"], |
52 toolbarpaletteitem[place="palette"] > #abp-toolbarbutton[abpstate="disabled"], | 52 toolbarpaletteitem[place="palette"] > #abp-toolbarbutton[abpstate="disabled"], |
53 #abp-toolbarbutton[cui-areatype="menu-panel"][abpstate="whitelisted"], | 53 #abp-toolbarbutton[cui-areatype="menu-panel"][abpstate="whitelisted"], |
54 toolbarpaletteitem[place="palette"] > #abp-toolbarbutton[abpstate="whitelisted"] | 54 toolbarpaletteitem[place="palette"] > #abp-toolbarbutton[abpstate="whitelisted"] |
55 { | 55 { |
56 -moz-image-region: rect(32px, 32px, 64px, 0px); | 56 -moz-image-region: rect(32px, 32px, 64px, 0px); |
57 } | 57 } |
58 | 58 |
59 #abp-toolbar-popup { | 59 #abp-toolbar-popup, #abp-status-popup { |
60 list-style-image: none; | 60 list-style-image: none; |
61 -moz-image-region: rect(0px, 0px, 0px, 0px); | 61 -moz-image-region: rect(0px, 0px, 0px, 0px); |
62 } | 62 } |
63 | 63 |
| 64 #abp-toolbar-popup .panel-arrowcontent, |
| 65 #abp-status-popup .panel-arrowcontent |
| 66 { |
| 67 padding: 0 !important; |
| 68 } |
| 69 |
64 toolbox[vertical="true"] toolbar #abp-toolbarbutton dropmarker { | 70 toolbox[vertical="true"] toolbar #abp-toolbarbutton dropmarker { |
65 display: none !important; | 71 display: none !important; |
66 } | 72 } |
67 | 73 |
68 menuitem[default="true"] { | 74 menuitem[default="true"] { |
69 font-weight: bold; | 75 font-weight: bold; |
70 } | 76 } |
71 | 77 |
72 #abp-toolbarbutton, | 78 #abp-toolbarbutton, |
73 #abp-site-info { | 79 #abp-site-info { |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
217 #abp-notification html|a | 223 #abp-notification html|a |
218 { | 224 { |
219 cursor: pointer; | 225 cursor: pointer; |
220 color: #0000f0; | 226 color: #0000f0; |
221 } | 227 } |
222 | 228 |
223 #abp-notification html|a:hover | 229 #abp-notification html|a:hover |
224 { | 230 { |
225 text-decoration: underline; | 231 text-decoration: underline; |
226 } | 232 } |
OLD | NEW |