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-2017 eyeo GmbH | 3 * Copyright (C) 2006-2017 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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
340 position: relative; | 340 position: relative; |
341 } | 341 } |
342 | 342 |
343 #content-wrapper > div | 343 #content-wrapper > div |
344 { | 344 { |
345 display: none; | 345 display: none; |
346 } | 346 } |
347 | 347 |
348 body[data-tab|="general"] #content-general, | 348 body[data-tab|="general"] #content-general, |
349 body[data-tab|="advanced"] #content-advanced, | 349 body[data-tab|="advanced"] #content-advanced, |
| 350 body[data-tab|="whitelist"] #content-whitelist, |
350 body[data-tab|="help"] #content-help | 351 body[data-tab|="help"] #content-help |
351 { | 352 { |
352 display: block; | 353 display: block; |
353 } | 354 } |
354 | 355 |
355 div.button | 356 div.button |
356 { | 357 { |
357 cursor: pointer; | 358 cursor: pointer; |
358 display: flex; | 359 display: flex; |
359 } | 360 } |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
407 { | 408 { |
408 vertical-align: top; | 409 vertical-align: top; |
409 } | 410 } |
410 | 411 |
411 .table.cols | 412 .table.cols |
412 { | 413 { |
413 border-bottom: 1px solid #CDCDCD; | 414 border-bottom: 1px solid #CDCDCD; |
414 border-top: 1px solid #CDCDCD; | 415 border-top: 1px solid #CDCDCD; |
415 } | 416 } |
416 | 417 |
417 button[disabled="true"] | 418 button[role="checkbox"][disabled] |
418 { | 419 { |
419 border-radius: 2px; | 420 border-radius: 2px; |
420 background-color: #ccc; | 421 background-color: #ccc; |
421 } | 422 } |
422 | 423 |
423 .table button.delete | 424 .table button.delete |
424 { | 425 { |
425 background-color: transparent; | 426 background-color: transparent; |
426 background-position: -50px -51px; | 427 background-position: -50px -51px; |
427 border: 0px; | 428 border: 0px; |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
556 { | 557 { |
557 height: 290px; | 558 height: 290px; |
558 overflow: auto; | 559 overflow: auto; |
559 } | 560 } |
560 | 561 |
561 #custom-wrapper .table | 562 #custom-wrapper .table |
562 { | 563 { |
563 width: 100%; | 564 width: 100%; |
564 } | 565 } |
565 | 566 |
566 #whitelisting .controls.mode-edit > button, | 567 .button-add |
567 #whitelisting .controls:not(.mode-edit) > div | |
568 { | |
569 display: none; | |
570 } | |
571 | |
572 #whitelisting .controls input[type="text"] | |
573 { | |
574 border: 0px; | |
575 border-bottom: 1px solid #A1A1A1; | |
576 -moz-padding-end: 25px; | |
577 -webkit-padding-end: 25px; | |
578 -moz-margin-start: 14px; | |
579 -webkit-margin-start: 14px; | |
580 outline: 0px; | |
581 padding-bottom: 5px; | |
582 vertical-align: text-bottom; | |
583 width: 100%; | |
584 } | |
585 | |
586 #whitelisting .controls .button-add span | |
587 { | |
588 -moz-margin-start: 5px; | |
589 -webkit-margin-start: 5px; | |
590 } | |
591 | |
592 #whitelisting .button-add | |
593 { | |
594 -moz-margin-start: 32px; | |
595 -webkit-margin-start: 32px; | |
596 } | |
597 | |
598 #whitelisting-add-button + span | |
599 { | |
600 flex: 1; | |
601 } | |
602 | |
603 .icon-enter | |
604 { | |
605 background-position: -19px -33px; | |
606 position: absolute; | |
607 bottom: 9px; | |
608 -moz-margin-start: -20px; | |
609 -webkit-margin-start: -20px; | |
610 } | |
611 | |
612 .button-add, .cancel-button | |
613 { | 568 { |
614 background-color: transparent; | 569 background-color: transparent; |
615 border: 0px; | 570 border: 0px; |
616 color: #3A7BA6; | 571 color: #3A7BA6; |
617 cursor: pointer; | 572 cursor: pointer; |
618 } | 573 } |
619 | 574 |
620 /* | 575 /* |
621 Advanced tab content | 576 Advanced tab content |
622 */ | 577 */ |
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1154 #other-language .button-add::before | 1109 #other-language .button-add::before |
1155 { | 1110 { |
1156 display: none; | 1111 display: none; |
1157 } | 1112 } |
1158 | 1113 |
1159 #other-language .display | 1114 #other-language .display |
1160 { | 1115 { |
1161 -webkit-margin-start: 10px; | 1116 -webkit-margin-start: 10px; |
1162 -moz-margin-start: 10px; | 1117 -moz-margin-start: 10px; |
1163 } | 1118 } |
LEFT | RIGHT |