Left: | ||
Right: |
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 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 li .display | 890 .list li > span |
891 { | 891 { |
892 margin: 0rem 1rem; | 892 margin: 0rem 1rem; |
893 } | 893 } |
894 | 894 |
895 .table.list li .display | 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 .display | 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 27 matching lines...) Expand all Loading... | |
1023 height: auto; | 1023 height: auto; |
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 .dim | |
ire
2018/01/05 09:23:46
NIT: I don't think the classname "dim" is very cle
saroyanm
2018/01/05 12:02:17
I used it as current meaning -> "make or become le
ire
2018/01/08 10:38:35
Oh haha I assumed it was an acronym for something,
saroyanm
2018/01/08 12:53:57
I used Dim, as an adjective -> https://dictionary.
ire
2018/01/08 15:16:18
Yes I get that now. Thank you!
| |
1034 { | 1035 { |
1035 color: #BBB; | 1036 color: #BBB; |
ire
2018/01/05 09:23:45
This is not relative for this issue, but the contr
saroyanm
2018/01/05 12:02:17
Right, we have an issue already filed for that ->
ire
2018/01/08 10:38:35
Thank you
| |
1036 } | 1037 } |
1037 | 1038 |
1038 #dialog .table.list li button .display | 1039 #dialog .table.list li button > span |
1039 { | 1040 { |
1040 flex: none; | 1041 flex: none; |
1041 margin: 0rem 0.8rem; | 1042 margin: 0rem 0.8rem; |
1042 text-transform: none; | 1043 text-transform: none; |
1043 font-weight: 400; | 1044 font-weight: 400; |
1044 } | 1045 } |
1045 | 1046 |
1046 /* | 1047 /* |
1047 Tooltips | 1048 Tooltips |
1048 */ | 1049 */ |
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1510 font-size: 1rem; | 1511 font-size: 1rem; |
1511 color: #077CA6; | 1512 color: #077CA6; |
1512 background-color: #E1F2FA; | 1513 background-color: #E1F2FA; |
1513 } | 1514 } |
1514 | 1515 |
1515 #notification strong | 1516 #notification strong |
1516 { | 1517 { |
1517 flex: 1; | 1518 flex: 1; |
1518 text-align: center; | 1519 text-align: center; |
1519 } | 1520 } |
OLD | NEW |