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-present eyeo GmbH | 3 * Copyright (C) 2006-present 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 1337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1348 [data-dialog="about"] .dialog-content | 1348 [data-dialog="about"] .dialog-content |
1349 { | 1349 { |
1350 text-align: center; | 1350 text-align: center; |
1351 } | 1351 } |
1352 | 1352 |
1353 [data-dialog="about"] button | 1353 [data-dialog="about"] button |
1354 { | 1354 { |
1355 margin: 1.5rem auto 1.8rem auto; | 1355 margin: 1.5rem auto 1.8rem auto; |
1356 } | 1356 } |
1357 | 1357 |
1358 [data-dialog="about"] p, | 1358 [data-dialog="about"] p |
1359 #tracking-notification p | |
1360 { | 1359 { |
1361 margin: 0.5rem 0rem; | 1360 margin: 0.5rem 0rem; |
1362 } | 1361 } |
1363 | 1362 |
1364 #abp-version | 1363 #abp-version |
1365 { | 1364 { |
1366 margin-bottom: 2rem; | 1365 margin-bottom: 2rem; |
1367 } | 1366 } |
1368 | 1367 |
1369 [data-dialog="import"] .side-controls | 1368 [data-dialog="import"] .side-controls |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1404 body:not([data-dialog="about"]) #dialog-content-about, | 1403 body:not([data-dialog="about"]) #dialog-content-about, |
1405 body:not([data-dialog="import"]) #dialog-title-import, | 1404 body:not([data-dialog="import"]) #dialog-title-import, |
1406 body:not([data-dialog="import"]) #dialog-content-import, | 1405 body:not([data-dialog="import"]) #dialog-content-import, |
1407 body:not([data-dialog="language-add"]) #dialog-title-language-add, | 1406 body:not([data-dialog="language-add"]) #dialog-title-language-add, |
1408 body:not([data-dialog="language-change"]) #dialog-title-language-change, | 1407 body:not([data-dialog="language-change"]) #dialog-title-language-change, |
1409 body:not([data-dialog="language-add"]):not([data-dialog="language-change"]) #dia
log-content-language-add, | 1408 body:not([data-dialog="language-add"]):not([data-dialog="language-change"]) #dia
log-content-language-add, |
1410 body:not([data-dialog="language-add"]) #dialog-body button.add, | 1409 body:not([data-dialog="language-add"]) #dialog-body button.add, |
1411 body:not([data-dialog="language-change"]) #dialog-body button.change, | 1410 body:not([data-dialog="language-change"]) #dialog-body button.change, |
1412 body:not([data-dialog="predefined"]) #dialog-title-predefined, | 1411 body:not([data-dialog="predefined"]) #dialog-title-predefined, |
1413 body:not([data-dialog="predefined"]) #dialog-content-predefined, | 1412 body:not([data-dialog="predefined"]) #dialog-content-predefined, |
1414 body:not([data-dialog="tracking"]) #dialog-title-tracking, | |
1415 body:not([data-dialog="tracking"]) #dialog-content-tracking, | |
1416 body:not([data-dialog]) #dialog | 1413 body:not([data-dialog]) #dialog |
1417 { | 1414 { |
1418 display: none; | 1415 display: none; |
1419 } | 1416 } |
1420 | 1417 |
1421 /* | 1418 /* |
1422 Notification | 1419 Notification |
1423 */ | 1420 */ |
1424 | 1421 |
1425 #notification | 1422 #notification |
(...skipping 24 matching lines...) Expand all Loading... |
1450 | 1447 |
1451 #hide-notification::after | 1448 #hide-notification::after |
1452 { | 1449 { |
1453 background-color: #099DD1; | 1450 background-color: #099DD1; |
1454 } | 1451 } |
1455 | 1452 |
1456 #hide-notification:hover::after | 1453 #hide-notification:hover::after |
1457 { | 1454 { |
1458 background-color: #5CBCE1; | 1455 background-color: #5CBCE1; |
1459 } | 1456 } |
OLD | NEW |