| LEFT | RIGHT |
| (no file at all) | |
| 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-2013 Eyeo GmbH | 3 * Copyright (C) 2006-2013 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 23 matching lines...) Expand all Loading... |
| 34 #PersonalToolbar #abp-toolbarbutton[abpstate="disabled"], | 34 #PersonalToolbar #abp-toolbarbutton[abpstate="disabled"], |
| 35 #header-view-toolbar > #abp-toolbarbutton[abpstate="disabled"], | 35 #header-view-toolbar > #abp-toolbarbutton[abpstate="disabled"], |
| 36 #abp-status[abpstate="disabled"], | 36 #abp-status[abpstate="disabled"], |
| 37 toolbar[iconsize="small"] #abp-toolbarbutton[abpstate="whitelisted"], | 37 toolbar[iconsize="small"] #abp-toolbarbutton[abpstate="whitelisted"], |
| 38 #PersonalToolbar #abp-toolbarbutton[abpstate="whitelisted"], | 38 #PersonalToolbar #abp-toolbarbutton[abpstate="whitelisted"], |
| 39 #header-view-toolbar > #abp-toolbarbutton[abpstate="whitelisted"], | 39 #header-view-toolbar > #abp-toolbarbutton[abpstate="whitelisted"], |
| 40 #abp-status[abpstate="whitelisted"] { | 40 #abp-status[abpstate="whitelisted"] { |
| 41 -moz-image-region: rect(16px, 16px, 32px, 0px); | 41 -moz-image-region: rect(16px, 16px, 32px, 0px); |
| 42 } | 42 } |
| 43 | 43 |
| 44 #abp-toolbarbutton[cui-areatype="menu-panel"], |
| 45 toolbarpaletteitem[place="palette"] > #abp-toolbarbutton |
| 46 { |
| 47 list-style-image: url("abp-status-32.png"); |
| 48 -moz-image-region: rect(0px, 32px, 32px, 0px); |
| 49 } |
| 50 |
| 51 #abp-toolbarbutton[cui-areatype="menu-panel"][abpstate="disabled"], |
| 52 toolbarpaletteitem[place="palette"] > #abp-toolbarbutton[abpstate="disabled"], |
| 53 #abp-toolbarbutton[cui-areatype="menu-panel"][abpstate="whitelisted"], |
| 54 toolbarpaletteitem[place="palette"] > #abp-toolbarbutton[abpstate="whitelisted"] |
| 55 { |
| 56 -moz-image-region: rect(32px, 32px, 64px, 0px); |
| 57 } |
| 58 |
| 44 #abp-toolbar-popup { | 59 #abp-toolbar-popup { |
| 45 list-style-image: none; | 60 list-style-image: none; |
| 46 -moz-image-region: rect(0px, 0px, 0px, 0px); | 61 -moz-image-region: rect(0px, 0px, 0px, 0px); |
| 47 } | 62 } |
| 48 | 63 |
| 49 toolbox[vertical="true"] toolbar #abp-toolbarbutton dropmarker { | 64 toolbox[vertical="true"] toolbar #abp-toolbarbutton dropmarker { |
| 50 display: none !important; | 65 display: none !important; |
| 51 } | 66 } |
| 52 | 67 |
| 53 menuitem[default="true"] { | 68 menuitem[default="true"] { |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 | 200 |
| 186 #abp-notification html|a | 201 #abp-notification html|a |
| 187 { | 202 { |
| 188 color: #0000f0; | 203 color: #0000f0; |
| 189 } | 204 } |
| 190 | 205 |
| 191 #abp-notification html|a:hover | 206 #abp-notification html|a:hover |
| 192 { | 207 { |
| 193 text-decoration: underline; | 208 text-decoration: underline; |
| 194 } | 209 } |
| LEFT | RIGHT |