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 1056 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1067 } | 1067 } |
1068 | 1068 |
1069 #dialog .table.list li button > span | 1069 #dialog .table.list li button > span |
1070 { | 1070 { |
1071 flex: none; | 1071 flex: none; |
1072 margin: 0rem 0.8rem; | 1072 margin: 0rem 0.8rem; |
1073 text-transform: none; | 1073 text-transform: none; |
1074 font-weight: 400; | 1074 font-weight: 400; |
1075 } | 1075 } |
1076 | 1076 |
| 1077 li.preconfigured [data-preconfigured="hide"], |
| 1078 li:not(.preconfigured) [data-preconfigured="show"] |
| 1079 { |
| 1080 display: none !important; |
| 1081 } |
| 1082 |
1077 /* | 1083 /* |
1078 Tooltips | 1084 Tooltips |
1079 */ | 1085 */ |
1080 | 1086 |
1081 .tooltip | 1087 .tooltip |
1082 { | 1088 { |
1083 position: relative; | 1089 position: relative; |
1084 margin: 0rem; | 1090 margin: 0rem; |
1085 line-height: 1.5rem; | 1091 line-height: 1.5rem; |
1086 text-decoration: none; | 1092 text-decoration: none; |
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1561 font-size: 1rem; | 1567 font-size: 1rem; |
1562 color: #077CA6; | 1568 color: #077CA6; |
1563 background-color: #E1F2FA; | 1569 background-color: #E1F2FA; |
1564 } | 1570 } |
1565 | 1571 |
1566 #notification strong | 1572 #notification strong |
1567 { | 1573 { |
1568 flex: 1; | 1574 flex: 1; |
1569 text-align: center; | 1575 text-align: center; |
1570 } | 1576 } |
OLD | NEW |