| 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 869 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 880 { | 880 { | 
| 881   padding: 0.5rem 1rem; | 881   padding: 0.5rem 1rem; | 
| 882   margin: 0rem; | 882   margin: 0rem; | 
| 883 } | 883 } | 
| 884 | 884 | 
| 885 .table.list.bottom-control li:last-of-type | 885 .table.list.bottom-control li:last-of-type | 
| 886 { | 886 { | 
| 887   border-bottom: 0px; | 887   border-bottom: 0px; | 
| 888 } | 888 } | 
| 889 | 889 | 
| 890 .list li label | 890 .list li > span | 
| 891 { | 891 { | 
| 892   margin: 0rem 1rem; | 892   margin: 0rem 1rem; | 
| 893 } | 893 } | 
| 894 | 894 | 
| 895 .table.list li label | 895 .table.list li > span | 
| 896 { | 896 { | 
| 897   flex: 1; | 897   flex: 1; | 
| 898   margin: 0rem; | 898   margin: 0rem; | 
| 899 } | 899 } | 
| 900 | 900 | 
| 901 .table.list li.empty-placeholder | 901 .table.list li.empty-placeholder | 
| 902 { | 902 { | 
| 903   padding: 1rem 1.4rem; | 903   padding: 1rem 1.4rem; | 
| 904 } | 904 } | 
| 905 | 905 | 
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 975 .th .col5:nth-of-type(5), | 975 .th .col5:nth-of-type(5), | 
| 976 .table .col5:nth-of-type(5) | 976 .table .col5:nth-of-type(5) | 
| 977 { | 977 { | 
| 978   flex: 1; | 978   flex: 1; | 
| 979   -moz-margin-start: 0; | 979   -moz-margin-start: 0; | 
| 980   -webkit-margin-start: 0; | 980   -webkit-margin-start: 0; | 
| 981   -moz-margin-end: 1.8rem; | 981   -moz-margin-end: 1.8rem; | 
| 982   -webkit-margin-end: 1.8rem; | 982   -webkit-margin-end: 1.8rem; | 
| 983 } | 983 } | 
| 984 | 984 | 
| 985 .table.cols label | 985 .table.cols > span | 
| 986 { | 986 { | 
| 987   margin: 0rem; | 987   margin: 0rem; | 
| 988 } | 988 } | 
| 989 | 989 | 
| 990 .table.cols li | 990 .table.cols li | 
| 991 { | 991 { | 
| 992   padding: 0.5rem 0rem; | 992   padding: 0.5rem 0rem; | 
| 993 } | 993 } | 
| 994 | 994 | 
| 995 .table.cols .state | 995 .table.cols .state | 
| (...skipping 28 matching lines...) Expand all  Loading... | 
| 1024   padding: 1.1rem 1rem; | 1024   padding: 1.1rem 1rem; | 
| 1025 } | 1025 } | 
| 1026 | 1026 | 
| 1027 #dialog .table.list li button:hover, | 1027 #dialog .table.list li button:hover, | 
| 1028 #dialog .table.list li button:focus | 1028 #dialog .table.list li button:focus | 
| 1029 { | 1029 { | 
| 1030   background-color: #E1F2FA; | 1030   background-color: #E1F2FA; | 
| 1031 } | 1031 } | 
| 1032 | 1032 | 
| 1033 #dialog .table.list li button[aria-checked="true"], | 1033 #dialog .table.list li button[aria-checked="true"], | 
| 1034 .table.list li em | 1034 .table.list li .dimmed | 
| 1035 { | 1035 { | 
| 1036   color: #BBB; | 1036   color: #BBB; | 
| 1037 } | 1037 } | 
| 1038 | 1038 | 
| 1039 #dialog .table.list li button label | 1039 #dialog .table.list li button > span | 
| 1040 { | 1040 { | 
| 1041   flex: none; | 1041   flex: none; | 
| 1042   margin: 0rem 0.8rem; | 1042   margin: 0rem 0.8rem; | 
| 1043   text-transform: none; | 1043   text-transform: none; | 
| 1044   font-weight: 400; | 1044   font-weight: 400; | 
| 1045 } | 1045 } | 
| 1046 | 1046 | 
| 1047 /* | 1047 /* | 
| 1048   Tooltips | 1048   Tooltips | 
| 1049 */ | 1049 */ | 
| (...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1511   font-size: 1rem; | 1511   font-size: 1rem; | 
| 1512   color: #077CA6; | 1512   color: #077CA6; | 
| 1513   background-color: #E1F2FA; | 1513   background-color: #E1F2FA; | 
| 1514 } | 1514 } | 
| 1515 | 1515 | 
| 1516 #notification strong | 1516 #notification strong | 
| 1517 { | 1517 { | 
| 1518   flex: 1; | 1518   flex: 1; | 
| 1519   text-align: center; | 1519   text-align: center; | 
| 1520 } | 1520 } | 
| LEFT | RIGHT | 
|---|