| LEFT | RIGHT |
| 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 843 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 854 #all-filter-lists-table button[role="checkbox"][aria-checked="false"] + .state #
state-disabled | 854 #all-filter-lists-table button[role="checkbox"][aria-checked="false"] + .state #
state-disabled |
| 855 { | 855 { |
| 856 display: inline; | 856 display: inline; |
| 857 } | 857 } |
| 858 | 858 |
| 859 #all-filter-lists-table | 859 #all-filter-lists-table |
| 860 { | 860 { |
| 861 margin-bottom: 1.5rem; | 861 margin-bottom: 1.5rem; |
| 862 } | 862 } |
| 863 | 863 |
| 864 .side-control button | 864 .side-controls button |
| 865 { | 865 { |
| 866 margin: 0.8rem 0rem; | 866 margin: 0.8rem 0rem; |
| 867 -moz-margin-start: auto; | 867 -moz-margin-start: auto; |
| 868 -webkit-margin-start: auto; | 868 -webkit-margin-start: auto; |
| 869 } | 869 } |
| 870 | 870 |
| 871 #custom-filters h3 | 871 #custom-filters h3 |
| 872 { | 872 { |
| 873 margin: 0rem; | 873 margin: 0rem; |
| 874 } | 874 } |
| (...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1348 | 1348 |
| 1349 #hide-notification::after | 1349 #hide-notification::after |
| 1350 { | 1350 { |
| 1351 background-color: #099DD1; | 1351 background-color: #099DD1; |
| 1352 } | 1352 } |
| 1353 | 1353 |
| 1354 #hide-notification:hover::after | 1354 #hide-notification:hover::after |
| 1355 { | 1355 { |
| 1356 background-color: #5CBCE1; | 1356 background-color: #5CBCE1; |
| 1357 } | 1357 } |
| LEFT | RIGHT |