| 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 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 654 font-weight: 700; | 654 font-weight: 700; |
| 655 font-size: 1.375rem; | 655 font-size: 1.375rem; |
| 656 } | 656 } |
| 657 | 657 |
| 658 #dnt | 658 #dnt |
| 659 { | 659 { |
| 660 padding: 0.8rem; | 660 padding: 0.8rem; |
| 661 border: 1px solid #099CD0; | 661 border: 1px solid #099CD0; |
| 662 } | 662 } |
| 663 | 663 |
| 664 .new |
| 665 { |
| 666 display: inline-block; |
| 667 margin: 0rem 0.5rem; |
| 668 padding: 0.3rem 0.6rem; |
| 669 border-radius: 0.2rem; |
| 670 background-color: #099CD0; |
| 671 color: #FFF; |
| 672 line-height: 100%; |
| 673 font-size: 1rem; |
| 674 text-transform: uppercase; |
| 675 } |
| 676 |
| 664 /* | 677 /* |
| 665 Tables | 678 Tables |
| 666 */ | 679 */ |
| 667 | 680 |
| 668 ul.table, | 681 ul.table, |
| 669 ul.list | 682 ul.list |
| 670 { | 683 { |
| 671 list-style: none; | 684 list-style: none; |
| 672 margin: 0rem; | 685 margin: 0rem; |
| 673 padding: 0rem; | 686 padding: 0rem; |
| (...skipping 772 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1446 | 1459 |
| 1447 #hide-notification::after | 1460 #hide-notification::after |
| 1448 { | 1461 { |
| 1449 background-color: #099DD1; | 1462 background-color: #099DD1; |
| 1450 } | 1463 } |
| 1451 | 1464 |
| 1452 #hide-notification:hover::after | 1465 #hide-notification:hover::after |
| 1453 { | 1466 { |
| 1454 background-color: #5CBCE1; | 1467 background-color: #5CBCE1; |
| 1455 } | 1468 } |
| OLD | NEW |