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 747 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
758 } | 758 } |
759 | 759 |
760 #acceptable-ads:not(.show-warning) #tracking-warning | 760 #acceptable-ads:not(.show-warning) #tracking-warning |
761 { | 761 { |
762 display: none; | 762 display: none; |
763 } | 763 } |
764 | 764 |
765 #hide-tracking-warning | 765 #hide-tracking-warning |
766 { | 766 { |
767 position: absolute; | 767 position: absolute; |
768 right: 1rem; | 768 right: 0.8rem; |
769 top: 1rem; | 769 top: 0.8rem; |
770 } | 770 } |
771 | 771 |
772 html[dir="rtl"] #hide-tracking-warning | 772 html[dir="rtl"] #hide-tracking-warning |
773 { | 773 { |
774 left: 1rem; | 774 left: 1rem; |
775 right: auto; | 775 right: auto; |
776 } | 776 } |
777 | 777 |
778 #tracking-warning .link | 778 #tracking-warning .link |
779 { | 779 { |
(...skipping 730 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1510 font-size: 1rem; | 1510 font-size: 1rem; |
1511 color: #077CA6; | 1511 color: #077CA6; |
1512 background-color: #E1F2FA; | 1512 background-color: #E1F2FA; |
1513 } | 1513 } |
1514 | 1514 |
1515 #notification strong | 1515 #notification strong |
1516 { | 1516 { |
1517 flex: 1; | 1517 flex: 1; |
1518 text-align: center; | 1518 text-align: center; |
1519 } | 1519 } |
OLD | NEW |