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 1179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1190 #all-filter-lists-table button[role="checkbox"][aria-checked="false"] + .state #
state-disabled | 1190 #all-filter-lists-table button[role="checkbox"][aria-checked="false"] + .state #
state-disabled |
1191 { | 1191 { |
1192 display: inline; | 1192 display: inline; |
1193 } | 1193 } |
1194 | 1194 |
1195 #all-filter-lists-table | 1195 #all-filter-lists-table |
1196 { | 1196 { |
1197 margin-bottom: 0.8rem; | 1197 margin-bottom: 0.8rem; |
1198 } | 1198 } |
1199 | 1199 |
| 1200 #all-filter-lists-table .non-removable [data-action="remove-subscription"] |
| 1201 { |
| 1202 display: none; |
| 1203 } |
| 1204 |
1200 #custom-filters-raw | 1205 #custom-filters-raw |
1201 { | 1206 { |
1202 width: 100%; | 1207 width: 100%; |
1203 height: 23.6rem; | 1208 height: 23.6rem; |
1204 padding: 0.8rem; | 1209 padding: 0.8rem; |
1205 } | 1210 } |
1206 | 1211 |
1207 #custom-filters-raw:focus | 1212 #custom-filters-raw:focus |
1208 { | 1213 { |
1209 outline: none; | 1214 outline: none; |
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1561 font-size: 1rem; | 1566 font-size: 1rem; |
1562 color: #077CA6; | 1567 color: #077CA6; |
1563 background-color: #E1F2FA; | 1568 background-color: #E1F2FA; |
1564 } | 1569 } |
1565 | 1570 |
1566 #notification strong | 1571 #notification strong |
1567 { | 1572 { |
1568 flex: 1; | 1573 flex: 1; |
1569 text-align: center; | 1574 text-align: center; |
1570 } | 1575 } |
OLD | NEW |