| 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 body | 52 body |
| 53 { | 53 { |
| 54 background-color: #F3F3F3; | 54 background-color: #F3F3F3; |
| 55 display: flex; | 55 display: flex; |
| 56 justify-content: center; | 56 justify-content: center; |
| 57 /* We force vertical scrollbars to keep the content centered */ | 57 /* We force vertical scrollbars to keep the content centered */ |
| 58 overflow-y: scroll; | 58 overflow-y: scroll; |
| 59 margin: 1rem 0.3rem; | 59 margin: 1rem 0.3rem; |
| 60 font-family: "Source Sans Pro", sans-serif; | 60 font-family: "Source Sans Pro", sans-serif; |
| 61 font-size: 1rem; | 61 font-size: 1rem; |
| 62 line-height: 1.5rem; | 62 line-height: 1.3rem; |
| 63 color: #4A4A4A; | 63 color: #4A4A4A; |
| 64 } | 64 } |
| 65 | 65 |
| 66 h1 | 66 h1 |
| 67 { | 67 { |
| 68 font-size: 3rem; | 68 font-size: 3rem; |
| 69 font-weight: 300; | 69 font-weight: 300; |
| 70 line-height: 3rem; | 70 line-height: 3rem; |
| 71 } | 71 } |
| 72 | 72 |
| (...skipping 11 matching lines...) Expand all Loading... |
| 84 a:hover | 84 a:hover |
| 85 { | 85 { |
| 86 color: #5CBCE1; | 86 color: #5CBCE1; |
| 87 } | 87 } |
| 88 | 88 |
| 89 ul | 89 ul |
| 90 { | 90 { |
| 91 margin: 0rem; | 91 margin: 0rem; |
| 92 } | 92 } |
| 93 | 93 |
| 94 main h3 |
| 95 { |
| 96 margin-top: 0rem; |
| 97 margin-bottom: 0.5rem; |
| 98 } |
| 99 |
| 94 [aria-hidden="true"] | 100 [aria-hidden="true"] |
| 95 { | 101 { |
| 96 display: none !important; | 102 display: none !important; |
| 97 } | 103 } |
| 98 | 104 |
| 99 input[type="text"], | 105 input[type="text"], |
| 100 input[type="url"], | 106 input[type="url"], |
| 101 textarea, | 107 textarea, |
| 102 main | 108 main |
| 103 { | 109 { |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 button[role="checkbox"].toggle | 222 button[role="checkbox"].toggle |
| 217 { | 223 { |
| 218 background-position: initial; | 224 background-position: initial; |
| 219 width: 1.9rem; | 225 width: 1.9rem; |
| 220 height: 1rem; | 226 height: 1rem; |
| 221 vertical-align: middle; | 227 vertical-align: middle; |
| 222 } | 228 } |
| 223 | 229 |
| 224 button[role="checkbox"][disabled].toggle | 230 button[role="checkbox"][disabled].toggle |
| 225 { | 231 { |
| 226 background-image: none; | 232 background: none; |
| 227 } | 233 } |
| 228 | 234 |
| 229 button.delete::before | 235 button.delete::before |
| 230 { | 236 { |
| 231 background-image: url(icons/trash.svg?default#default); | 237 background-image: url(icons/trash.svg?default#default); |
| 232 } | 238 } |
| 233 | 239 |
| 234 button.delete:hover::before | 240 button.delete:hover::before |
| 235 { | 241 { |
| 236 background-image: url(icons/trash.svg?hover#hover); | 242 background-image: url(icons/trash.svg?hover#hover); |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 | 319 |
| 314 .side-controls button | 320 .side-controls button |
| 315 { | 321 { |
| 316 margin: 0rem; | 322 margin: 0rem; |
| 317 -moz-margin-start: 1rem; | 323 -moz-margin-start: 1rem; |
| 318 -webkit-margin-start: 1rem; | 324 -webkit-margin-start: 1rem; |
| 319 } | 325 } |
| 320 | 326 |
| 321 .side-controls.wrap button | 327 .side-controls.wrap button |
| 322 { | 328 { |
| 323 margin: 0.8rem 0rem; | 329 margin: 0.6rem 0rem; |
| 324 -moz-margin-start: auto; | 330 -moz-margin-start: auto; |
| 325 -webkit-margin-start: auto; | 331 -webkit-margin-start: auto; |
| 326 } | 332 } |
| 327 | 333 |
| 328 /* | 334 /* |
| 329 Forms | 335 Forms |
| 330 */ | 336 */ |
| 331 | 337 |
| 332 .floating-input | 338 .floating-input |
| 333 { | 339 { |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 | 458 |
| 453 html[dir="rtl"] #sidebar header | 459 html[dir="rtl"] #sidebar header |
| 454 { | 460 { |
| 455 margin-left: 2rem; | 461 margin-left: 2rem; |
| 456 } | 462 } |
| 457 | 463 |
| 458 #sidebar header h1 | 464 #sidebar header h1 |
| 459 { | 465 { |
| 460 margin: 0rem; | 466 margin: 0rem; |
| 461 font-size: 1.5rem; | 467 font-size: 1.5rem; |
| 468 line-height: 2rem; |
| 462 } | 469 } |
| 463 | 470 |
| 464 #sidebar header h1 strong | 471 #sidebar header h1 strong |
| 465 { | 472 { |
| 466 font-weight: 700; | 473 font-weight: 700; |
| 467 } | 474 } |
| 468 | 475 |
| 469 #sidebar header p | 476 #sidebar header p |
| 470 { | 477 { |
| 471 margin: 0rem; | 478 margin: 0rem; |
| 472 font-size: 2.4rem; | 479 font-size: 2.2rem; |
| 473 line-height: 2.6rem; | 480 line-height: 2.6rem; |
| 474 } | 481 } |
| 475 | 482 |
| 476 html[dir="rtl"] #sidebar header | 483 html[dir="rtl"] #sidebar header |
| 477 { | 484 { |
| 478 text-align: left; | 485 text-align: left; |
| 479 } | 486 } |
| 480 | 487 |
| 481 #sidebar-logo | 488 #sidebar-logo |
| 482 { | 489 { |
| (...skipping 26 matching lines...) Expand all Loading... |
| 509 -moz-margin-start: -1px; | 516 -moz-margin-start: -1px; |
| 510 -webkit-margin-start: -1px; | 517 -webkit-margin-start: -1px; |
| 511 border-color: #CDCDCD transparent; | 518 border-color: #CDCDCD transparent; |
| 512 border-style: solid; | 519 border-style: solid; |
| 513 border-width: 1px; | 520 border-width: 1px; |
| 514 text-decoration: none; | 521 text-decoration: none; |
| 515 color: inherit; | 522 color: inherit; |
| 516 cursor: pointer; | 523 cursor: pointer; |
| 517 } | 524 } |
| 518 | 525 |
| 519 [role="tablist"] a[role="tab"]:focus | |
| 520 { | |
| 521 outline: none; | |
| 522 text-shadow: 0px 0px 1px #888; | |
| 523 } | |
| 524 | |
| 525 li a[role="tab"][aria-selected] | 526 li a[role="tab"][aria-selected] |
| 526 { | 527 { |
| 527 -moz-border-start-color: #CDCDCD; | 528 -moz-border-start-color: #CDCDCD; |
| 528 -webkit-border-start-color: #CDCDCD; | 529 -webkit-border-start-color: #CDCDCD; |
| 529 font-weight: 700; | 530 font-weight: 700; |
| 530 background-color: #FFF; | 531 background-color: #FFF; |
| 531 } | 532 } |
| 532 | 533 |
| 533 #sidebar footer | 534 #sidebar footer |
| 534 { | 535 { |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 831 .th | 832 .th |
| 832 { | 833 { |
| 833 display: flex; | 834 display: flex; |
| 834 } | 835 } |
| 835 | 836 |
| 836 .col5 > * | 837 .col5 > * |
| 837 { | 838 { |
| 838 display: inline-block; | 839 display: inline-block; |
| 839 } | 840 } |
| 840 | 841 |
| 841 .col5 | 842 .cols .col5 |
| 842 { | 843 { |
| 843 margin: 0rem 1rem; | 844 margin: 0rem 1rem; |
| 844 } | 845 } |
| 845 | 846 |
| 846 .th .col5:nth-of-type(1), | 847 .th .col5:nth-of-type(1), |
| 847 .table .col5:nth-of-type(1) | 848 .table .col5:nth-of-type(1) |
| 848 { | 849 { |
| 849 flex: 4; | 850 flex: 4; |
| 850 } | 851 } |
| 851 | 852 |
| (...skipping 25 matching lines...) Expand all Loading... |
| 877 -webkit-margin-end: 1.8rem; | 878 -webkit-margin-end: 1.8rem; |
| 878 } | 879 } |
| 879 | 880 |
| 880 .table.cols .display | 881 .table.cols .display |
| 881 { | 882 { |
| 882 margin: 0rem; | 883 margin: 0rem; |
| 883 } | 884 } |
| 884 | 885 |
| 885 .table.cols li | 886 .table.cols li |
| 886 { | 887 { |
| 887 padding: 0.9rem 0rem; | 888 padding: 0.5rem 0rem; |
| 888 } | 889 } |
| 889 | 890 |
| 890 .table.cols .state | 891 .table.cols .state |
| 891 { | 892 { |
| 892 -moz-margin-start: 1.1rem; | 893 -moz-margin-start: 1.1rem; |
| 893 -webkit-margin-start: 1.1rem; | 894 -webkit-margin-start: 1.1rem; |
| 894 } | 895 } |
| 895 | 896 |
| 896 .table.cols .gear | 897 .table.cols .gear |
| 897 { | 898 { |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1058 display: inline; | 1059 display: inline; |
| 1059 } | 1060 } |
| 1060 | 1061 |
| 1061 #all-filter-lists-table button[role="checkbox"][aria-checked="false"] + .state #
state-disabled | 1062 #all-filter-lists-table button[role="checkbox"][aria-checked="false"] + .state #
state-disabled |
| 1062 { | 1063 { |
| 1063 display: inline; | 1064 display: inline; |
| 1064 } | 1065 } |
| 1065 | 1066 |
| 1066 #all-filter-lists-table | 1067 #all-filter-lists-table |
| 1067 { | 1068 { |
| 1068 margin-bottom: 1.5rem; | 1069 margin-bottom: 0.8rem; |
| 1069 } | |
| 1070 | |
| 1071 #custom-filters h3 | |
| 1072 { | |
| 1073 margin: 0rem; | |
| 1074 } | 1070 } |
| 1075 | 1071 |
| 1076 #custom-filters-raw | 1072 #custom-filters-raw |
| 1077 { | 1073 { |
| 1078 width: 100%; | 1074 width: 100%; |
| 1079 height: 23.6rem; | 1075 height: 23.6rem; |
| 1080 padding: 0.8rem 1.3rem; | 1076 padding: 0.8rem; |
| 1081 } | 1077 } |
| 1082 | 1078 |
| 1083 #custom-filters-raw:focus | 1079 #custom-filters-raw:focus |
| 1084 { | 1080 { |
| 1085 outline: none; | 1081 outline: none; |
| 1086 border: 2px solid #077CA6; | 1082 border: 2px solid #077CA6; |
| 1087 } | 1083 } |
| 1088 | 1084 |
| 1089 #empty-custom-filters | 1085 #empty-custom-filters |
| 1090 { | 1086 { |
| (...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1521 | 1517 |
| 1522 #hide-notification:hover::after | 1518 #hide-notification:hover::after |
| 1523 { | 1519 { |
| 1524 background-image: url(icons/delete.svg?secondary-hover#secondary-hover); | 1520 background-image: url(icons/delete.svg?secondary-hover#secondary-hover); |
| 1525 } | 1521 } |
| 1526 | 1522 |
| 1527 #hide-tracking-warning:hover::after | 1523 #hide-tracking-warning:hover::after |
| 1528 { | 1524 { |
| 1529 background-image: url(icons/delete.svg?tertiary-hover#tertiary-hover); | 1525 background-image: url(icons/delete.svg?tertiary-hover#tertiary-hover); |
| 1530 } | 1526 } |
| OLD | NEW |