| 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 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 | 418 |
| 419 .table button.delete:hover | 419 .table button.delete:hover |
| 420 { | 420 { |
| 421 background-position: -61px -51px; | 421 background-position: -61px -51px; |
| 422 } | 422 } |
| 423 | 423 |
| 424 .icon, | 424 .icon, |
| 425 button[role="checkbox"], | 425 button[role="checkbox"], |
| 426 #dialog-body .table button[role="checkbox"], | 426 #dialog-body .table button[role="checkbox"], |
| 427 .table button.delete, | 427 .table button.delete, |
| 428 #content-help a::before, | |
| 429 #dialog-close::before, | 428 #dialog-close::before, |
| 430 #all-filter-lists-table .arrow, | 429 #all-filter-lists-table .arrow, |
| 431 .context-menu .content a::before | 430 .context-menu .content a::before |
| 432 { | 431 { |
| 433 background-image: url(options-sprite.png); | 432 background-image: url(options-sprite.png); |
| 434 display: inline-block; | 433 display: inline-block; |
| 435 } | 434 } |
| 436 | 435 |
| 437 .icon-add, | 436 .icon-add, |
| 438 .icon-update | 437 .icon-update |
| (...skipping 20 matching lines...) Expand all Loading... |
| 459 cursor: pointer; | 458 cursor: pointer; |
| 460 } | 459 } |
| 461 | 460 |
| 462 #dialog-close::before | 461 #dialog-close::before |
| 463 { | 462 { |
| 464 content: ""; | 463 content: ""; |
| 465 height: 12px; | 464 height: 12px; |
| 466 width: 12px; | 465 width: 12px; |
| 467 } | 466 } |
| 468 | 467 |
| 469 #content-help a::before | 468 #dialog-body button::before |
| 470 { | 469 { |
| 471 background-position: 0px -42px; | 470 background-position: 0px -42px; |
| 472 content: ""; | 471 content: ""; |
| 473 cursor: pointer; | 472 cursor: pointer; |
| 474 height: 11px; | 473 height: 11px; |
| 475 vertical-align: middle; | 474 vertical-align: middle; |
| 476 width: 7px; | 475 width: 7px; |
| 477 -moz-margin-end: 12px; | 476 -moz-margin-end: 12px; |
| 478 -webkit-margin-end: 12px; | 477 -webkit-margin-end: 12px; |
| 479 } | 478 } |
| (...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 907 | 906 |
| 908 div[role="tooltip"] .notes p | 907 div[role="tooltip"] .notes p |
| 909 { | 908 { |
| 910 font-weight: 300; | 909 font-weight: 300; |
| 911 } | 910 } |
| 912 | 911 |
| 913 /* | 912 /* |
| 914 Help tab content | 913 Help tab content |
| 915 */ | 914 */ |
| 916 | 915 |
| 917 #content-help | 916 html:not([lang="zh"]) #social-chinese, |
| 918 { | 917 html[lang="zh"] #social-general |
| 919 counter-reset: section; | 918 { |
| 920 } | 919 display: none; |
| 921 | 920 } |
| 922 #content-help h1::before | 921 |
| 923 { | 922 #social ul |
| 924 counter-increment: section; | 923 { |
| 925 content: counter(section) ". "; | 924 list-style: none; |
| 926 } | 925 } |
| 927 | 926 |
| 928 #content-help a | 927 #social ul li |
| 929 { | 928 { |
| 930 color: #3A7BA6; | |
| 931 display: inline-block; | 929 display: inline-block; |
| 932 text-decoration: none; | 930 } |
| 933 -moz-margin-end: 16px; | 931 |
| 934 -webkit-margin-end: 16px; | 932 #social ul li a |
| 935 vertical-align: top; | 933 { |
| 936 } | 934 display: block; |
| 937 | 935 text-align: center; |
| 938 #content-help a::before | 936 } |
| 939 { | 937 |
| 940 -moz-margin-end: 6px; | 938 #social ul li a::before |
| 941 -webkit-margin-end: 6px; | 939 { |
| 942 } | 940 display: block; |
| 943 | 941 margin: 0em auto; |
| 944 #share-general:lang(zh), | 942 width: 2.5rem; |
| 945 #share-chinese:not(zh) | 943 height: 2.5rem; |
| 946 { | 944 content: ""; |
| 947 display: none; | 945 background-color: #099DD1; |
| 946 } |
| 947 |
| 948 #twitter::before |
| 949 { |
| 950 -webkit-mask: url("social/twitter.svg"); |
| 951 mask: url("social/twitter.svg"); |
| 952 } |
| 953 |
| 954 #facebook::before |
| 955 { |
| 956 -webkit-mask: url("social/facebook.svg"); |
| 957 mask: url("social/facebook.svg"); |
| 958 } |
| 959 |
| 960 #google-plus::before |
| 961 { |
| 962 -webkit-mask: url("social/googleplus.svg"); |
| 963 mask: url("social/googleplus.svg"); |
| 948 } | 964 } |
| 949 | 965 |
| 950 /* | 966 /* |
| 951 Dialog | 967 Dialog |
| 952 */ | 968 */ |
| 953 | 969 |
| 954 #dialog-background | 970 #dialog-background |
| 955 { | 971 { |
| 956 display: none; | 972 display: none; |
| 957 position: fixed; | 973 position: fixed; |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1138 border: 0rem; | 1154 border: 0rem; |
| 1139 background-color: #099DD1; | 1155 background-color: #099DD1; |
| 1140 -webkit-mask: url(delete.svg); | 1156 -webkit-mask: url(delete.svg); |
| 1141 mask: url(delete.svg); | 1157 mask: url(delete.svg); |
| 1142 } | 1158 } |
| 1143 | 1159 |
| 1144 #hide-notification:hover::after | 1160 #hide-notification:hover::after |
| 1145 { | 1161 { |
| 1146 background-color: #5CBCE1; | 1162 background-color: #5CBCE1; |
| 1147 } | 1163 } |
| LEFT | RIGHT |