| OLD | NEW |
| 1 /* | 1 /* |
| 2 * This file is part of Adblock Plus <https://adblockplus.org/>, | 2 * This file is part of Adblock Plus <https://adblockplus.org/>, |
| 3 * Copyright (C) 2006-2016 Eyeo GmbH | 3 * Copyright (C) 2006-2016 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 -moz-image-region: rect(0px 13px 13px 0px); | 212 -moz-image-region: rect(0px 13px 13px 0px); |
| 213 } | 213 } |
| 214 | 214 |
| 215 treechildren::-moz-tree-image(col-slow, slow-true) | 215 treechildren::-moz-tree-image(col-slow, slow-true) |
| 216 { | 216 { |
| 217 list-style-image: url(slow.png); | 217 list-style-image: url(slow.png); |
| 218 } | 218 } |
| 219 | 219 |
| 220 /* Findbar */ | 220 /* Findbar */ |
| 221 | 221 |
| 222 #findbar |
| 223 { |
| 224 border-top: 1px solid #888; |
| 225 } |
| 226 |
| 222 #findbar-closebutton | 227 #findbar-closebutton |
| 223 { | 228 { |
| 224 list-style-image: url(close.png); | 229 list-style-image: url(close.png); |
| 225 -moz-image-region: rect(0px, 14px, 14px, 0px); | 230 -moz-image-region: rect(0px, 14px, 14px, 0px); |
| 226 } | 231 } |
| 227 | 232 |
| 228 #findbar-closebutton:hover | 233 #findbar-closebutton:hover |
| 229 { | 234 { |
| 230 -moz-image-region: rect(0px, 28px, 14px, 14px); | 235 -moz-image-region: rect(0px, 28px, 14px, 14px); |
| 231 } | 236 } |
| (...skipping 25 matching lines...) Expand all Loading... |
| 257 { | 262 { |
| 258 font-size: 80%; | 263 font-size: 80%; |
| 259 } | 264 } |
| 260 | 265 |
| 261 #findbar:not([data-status="wrappedStart"]) #findbar-status-wrappedStart, | 266 #findbar:not([data-status="wrappedStart"]) #findbar-status-wrappedStart, |
| 262 #findbar:not([data-status="wrappedEnd"]) #findbar-status-wrappedEnd, | 267 #findbar:not([data-status="wrappedEnd"]) #findbar-status-wrappedEnd, |
| 263 #findbar:not([data-status="notFound"]) #findbar-status-notFound | 268 #findbar:not([data-status="notFound"]) #findbar-status-notFound |
| 264 { | 269 { |
| 265 visibility: hidden; | 270 visibility: hidden; |
| 266 } | 271 } |
| OLD | NEW |