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-2016 Eyeo GmbH | 3 * Copyright (C) 2006-2016 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 594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
605 background-color: transparent; | 605 background-color: transparent; |
606 border: 0px; | 606 border: 0px; |
607 color: #3A7BA6; | 607 color: #3A7BA6; |
608 cursor: pointer; | 608 cursor: pointer; |
609 } | 609 } |
610 | 610 |
611 /* | 611 /* |
612 Advanced tab content | 612 Advanced tab content |
613 */ | 613 */ |
614 | 614 |
615 #tweaks .table li | 615 #tweaks.table li |
616 { | 616 { |
617 padding-bottom: 0px; | 617 padding-bottom: 0px; |
618 } | 618 } |
619 | 619 |
620 #filter-lists > div | 620 #filter-lists > div |
621 { | 621 { |
622 display: none; | 622 display: none; |
623 } | 623 } |
624 | 624 |
625 body[data-tab="advanced-allFilterLists"] #all-filter-lists, | 625 body[data-tab="advanced-allFilterLists"] #all-filter-lists, |
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1314 #other-language .button-add::before | 1314 #other-language .button-add::before |
1315 { | 1315 { |
1316 display: none; | 1316 display: none; |
1317 } | 1317 } |
1318 | 1318 |
1319 #other-language .display | 1319 #other-language .display |
1320 { | 1320 { |
1321 -webkit-margin-start: 10px; | 1321 -webkit-margin-start: 10px; |
1322 -moz-margin-start: 10px; | 1322 -moz-margin-start: 10px; |
1323 } | 1323 } |
LEFT | RIGHT |