OLD | NEW |
1 body | 1 body |
2 { | 2 { |
3 min-width: 250px; | 3 min-width: 250px; |
4 margin: 0px; | 4 margin: 0px; |
5 font-family: Segoe UI, Arial, sans-serif; | 5 font-family: Segoe UI, Arial, sans-serif; |
6 font-size: 13px; | 6 font-size: 13px; |
7 color: #545454; | 7 color: #545454; |
8 background-color: #f8f6f2; | 8 background-color: #f8f6f2; |
9 background-image: url(background.png); | 9 background-image: url(background.png); |
10 } | 10 } |
11 | 11 |
12 #clickhide-instructions, | 12 #clickhide-instructions, |
13 #clickhide-cancel, | 13 #clickhide-cancel, |
14 body.clickhide-active li | 14 body.clickhide-active li |
15 { | 15 { |
16 display: none; | 16 display: none; |
17 } | 17 } |
18 | 18 |
19 body.clickhide-active #clickhide-instructions, | 19 body.clickhide-active #clickhide-instructions, |
20 body.clickhide-active #clickhide-cancel | 20 body.clickhide-active #clickhide-cancel |
21 { | 21 { |
22 display: block; | 22 display: block; |
23 } | 23 } |
24 | 24 |
25 body.local #enabled, | 25 body.local #enabled, |
26 body.local #clickhide, | 26 body.local #clickhide, |
27 body.local #stats-page | 27 body.local #stats-page, |
| 28 body.local #issueReporter |
28 { | 29 { |
29 display: none; | 30 display: none; |
30 } | 31 } |
31 | 32 |
32 body.nohtml #clickhide, | 33 body.nohtml #clickhide, |
33 body.disabled #clickhide | 34 body.disabled #clickhide |
34 { | 35 { |
35 display: none; | 36 display: none; |
36 } | 37 } |
37 | 38 |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
252 #clickhide-instructions | 253 #clickhide-instructions |
253 { | 254 { |
254 margin: 10px 15px; | 255 margin: 10px 15px; |
255 } | 256 } |
256 | 257 |
257 #stats-container .icon | 258 #stats-container .icon |
258 { | 259 { |
259 background-position: -50px -49px; | 260 background-position: -50px -49px; |
260 } | 261 } |
261 | 262 |
| 263 #issueReporter .icon |
| 264 { |
| 265 visibility: hidden; |
| 266 } |
| 267 |
262 | 268 |
263 #stats strong | 269 #stats strong |
264 { | 270 { |
265 font-size: 15px; | 271 font-size: 15px; |
266 line-height: 140%; | 272 line-height: 140%; |
267 } | 273 } |
268 | 274 |
269 #share | 275 #share |
270 { | 276 { |
271 margin-top: 5px; | 277 margin-top: 5px; |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 | 374 |
369 .checkbox[aria-checked="false"]:hover | 375 .checkbox[aria-checked="false"]:hover |
370 { | 376 { |
371 background-position: -34px -49px; | 377 background-position: -34px -49px; |
372 } | 378 } |
373 | 379 |
374 label | 380 label |
375 { | 381 { |
376 vertical-align: middle; | 382 vertical-align: middle; |
377 } | 383 } |
OLD | NEW |