| 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-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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 min-height: 0px !important; | 191 min-height: 0px !important; |
| 192 width: auto !important; | 192 width: auto !important; |
| 193 height: auto !important; | 193 height: auto !important; |
| 194 } | 194 } |
| 195 | 195 |
| 196 .abp-contributebutton-close:hover | 196 .abp-contributebutton-close:hover |
| 197 { | 197 { |
| 198 -moz-image-region: rect(0px, 28px, 14px, 14px); | 198 -moz-image-region: rect(0px, 28px, 14px, 14px); |
| 199 } | 199 } |
| 200 | 200 |
| 201 #abp-notification |
| 202 { |
| 203 max-width: 300px; |
| 204 } |
| 205 |
| 206 #abp-notification-question |
| 207 { |
| 208 display: none; |
| 209 } |
| 210 |
| 211 .abp-question #abp-notification-question |
| 212 { |
| 213 display: block; |
| 214 } |
| 215 |
| 201 #abp-notification html|a | 216 #abp-notification html|a |
| 202 { | 217 { |
| 218 cursor: pointer; |
| 203 color: #0000f0; | 219 color: #0000f0; |
| 204 } | 220 } |
| 205 | 221 |
| 206 #abp-notification html|a:hover | 222 #abp-notification html|a:hover |
| 207 { | 223 { |
| 208 text-decoration: underline; | 224 text-decoration: underline; |
| 209 } | 225 } |
| OLD | NEW |