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-2016 Eyeo GmbH | 3 * Copyright (C) 2006-2016 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 | 47 |
48 body | 48 body |
49 { | 49 { |
50 background-color: #F5F5F5; | 50 background-color: #F5F5F5; |
51 display: flex; | 51 display: flex; |
52 margin: 20px 10px; | 52 margin: 20px 10px; |
53 font-family: "Source Sans Pro", sans-serif; | 53 font-family: "Source Sans Pro", sans-serif; |
54 font-size: 14px; | 54 font-size: 14px; |
55 } | 55 } |
56 | 56 |
57 h1 | 57 h1 |
58 { | 58 { |
59 font-size: 24px; | 59 font-size: 24px; |
60 line-height: 1em; | 60 line-height: 1em; |
61 font-weight: 300; | 61 font-weight: 300; |
62 } | 62 } |
63 | 63 |
64 h2 | 64 h2 |
65 { | 65 { |
66 font-size: 16px; | 66 font-size: 16px; |
67 font-weight: 600; | 67 font-weight: 600; |
(...skipping 10 matching lines...) Expand all Loading... |
78 border: 0px; | 78 border: 0px; |
79 height: 1px; | 79 height: 1px; |
80 margin: 0px; | 80 margin: 0px; |
81 } | 81 } |
82 | 82 |
83 input[type="search"]::-webkit-search-cancel-button | 83 input[type="search"]::-webkit-search-cancel-button |
84 { | 84 { |
85 display: none; | 85 display: none; |
86 } | 86 } |
87 | 87 |
88 input[type="text"], input[type="search"] | 88 input[type="text"], |
| 89 input[type="search"], |
| 90 textarea |
89 { | 91 { |
90 -webkit-box-sizing: border-box; | 92 -webkit-box-sizing: border-box; |
91 -moz-box-sizing: border-box; | 93 -moz-box-sizing: border-box; |
92 box-sizing: border-box; | 94 box-sizing: border-box; |
93 } | 95 } |
94 | 96 |
95 button[role="checkbox"] | 97 button[role="checkbox"] |
96 { | 98 { |
97 vertical-align: top; | 99 vertical-align: top; |
98 width: 18px; | 100 width: 18px; |
99 height: 18px; | 101 height: 18px; |
100 margin-top: 0px; | 102 margin-top: 0px; |
101 -moz-margin-end: 20px; | 103 -moz-margin-end: 20px; |
102 -webkit-margin-end: 20px; | 104 -webkit-margin-end: 20px; |
103 padding: 0px; | 105 padding: 0px; |
104 border: none; | 106 border: none; |
105 background-color: transparent; | 107 background-color: transparent; |
106 background-position: -51px 0px; | 108 background-position: -51px 0px; |
107 } | 109 } |
108 | 110 |
109 button[role="checkbox"][aria-checked="true"] | 111 button[role="checkbox"][aria-checked="true"] |
110 { | 112 { |
111 background-position: -68px 0px; | 113 background-position: -68px 0px; |
112 } | 114 } |
113 | 115 |
114 .option-name | 116 .option-name |
115 { | 117 { |
116 display: flex; | 118 display: flex; |
117 margin-bottom: 16px; | 119 margin-bottom: 16px; |
118 margin-top: 24px; | |
119 } | 120 } |
120 | 121 |
121 .option-name > :first-child | 122 .option-name > :first-child |
122 { | 123 { |
123 flex: 1; | 124 flex: 1; |
124 overflow: hidden; | 125 overflow: hidden; |
125 text-overflow: ellipsis; | 126 text-overflow: ellipsis; |
126 white-space: nowrap; | 127 white-space: nowrap; |
127 } | 128 } |
128 | 129 |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
294 border: 1px solid #CDCDCD; | 295 border: 1px solid #CDCDCD; |
295 border-radius: 8px; | 296 border-radius: 8px; |
296 box-sizing: border-box; | 297 box-sizing: border-box; |
297 min-width: 960px; | 298 min-width: 960px; |
298 padding: 0px 60px 40px 60px; | 299 padding: 0px 60px 40px 60px; |
299 } | 300 } |
300 | 301 |
301 #content h1 | 302 #content h1 |
302 { | 303 { |
303 border-bottom: 1px solid #CDCDCD; | 304 border-bottom: 1px solid #CDCDCD; |
304 margin: 0px; | 305 margin: 0px 0px 24px 0px; |
305 padding: 40px 0px 16px 0px; | 306 padding: 40px 0px 16px 0px; |
306 } | 307 } |
307 | 308 |
308 #link-version | 309 #link-version |
309 { | 310 { |
310 display: flex; | 311 display: flex; |
311 margin: 12px 20px; | 312 margin: 12px 20px; |
312 color: #3A7BA6; | 313 color: #3A7BA6; |
313 text-decoration: none; | 314 text-decoration: none; |
314 } | 315 } |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
352 | 353 |
353 .table li | 354 .table li |
354 { | 355 { |
355 display: flex; | 356 display: flex; |
356 padding: 12px 0px; | 357 padding: 12px 0px; |
357 -webkit-padding-start: 16px; | 358 -webkit-padding-start: 16px; |
358 -moz-padding-start: 16px; | 359 -moz-padding-start: 16px; |
359 border-radius: 3px; | 360 border-radius: 3px; |
360 } | 361 } |
361 | 362 |
| 363 .table.list, |
| 364 #custom-wrapper |
| 365 { |
| 366 border-bottom: 1px solid #CDCDCD; |
| 367 } |
| 368 |
362 .table.list li .display | 369 .table.list li .display |
363 { | 370 { |
364 flex: 1; | 371 flex: 1; |
365 line-height: 16px; | 372 line-height: 16px; |
366 overflow: hidden; | 373 overflow: hidden; |
367 text-overflow: ellipsis; | 374 text-overflow: ellipsis; |
368 white-space: nowrap; | 375 white-space: nowrap; |
369 } | 376 } |
370 | 377 |
| 378 .table:not(.list):not(.cols) li |
| 379 { |
| 380 padding-top: 0px; |
| 381 padding-bottom: 6px; |
| 382 } |
| 383 |
371 .table.list li:nth-of-type(odd), | 384 .table.list li:nth-of-type(odd), |
372 .table.cols li:nth-of-type(odd), | 385 .table.cols li:nth-of-type(odd), |
373 .table li.empty-placeholder | 386 .table li.empty-placeholder |
374 { | 387 { |
375 background-color: #F5F5F5; | 388 background-color: #F5F5F5; |
376 } | 389 } |
377 | 390 |
378 .table label | 391 .table label |
379 { | 392 { |
380 vertical-align: top; | 393 vertical-align: top; |
381 } | 394 } |
382 | 395 |
383 .table.cols | 396 .table.cols |
384 { | 397 { |
385 border-bottom: 1px solid #CDCDCD; | 398 border-bottom: 1px solid #CDCDCD; |
386 border-top: 1px solid #CDCDCD; | 399 border-top: 1px solid #CDCDCD; |
387 } | 400 } |
388 | 401 |
389 button[disabled="true"] | 402 button[disabled="true"] |
390 { | 403 { |
391 border-radius: 2px; | 404 border-radius: 2px; |
392 background-color: #ccc; | 405 background-color: #ccc; |
393 } | 406 } |
394 | 407 |
395 .table button.delete | 408 .table button.delete |
396 { | 409 { |
397 background-color: transparent; | 410 background-color: transparent; |
398 background-position: -9px -32px; | 411 background-position: -9px -32px; |
399 border: 0px; | 412 border: 0px; |
400 height: 10px; | |
401 margin-top: 5px; | 413 margin-top: 5px; |
402 -moz-margin-end: 20px; | 414 -moz-margin-end: 20px; |
403 -webkit-margin-end: 20px; | 415 -webkit-margin-end: 20px; |
404 padding: 0px; | 416 padding: 0px; |
405 cursor: pointer; | |
406 width: 10px; | |
407 } | 417 } |
408 | 418 |
409 .table .popular | 419 .table .popular |
410 { | 420 { |
411 color: #1E8728; | 421 color: #1E8728; |
412 font-size: 12px; | 422 font-size: 12px; |
413 -moz-padding-end: 12px; | 423 -moz-padding-end: 12px; |
414 -webkit-padding-end: 12px; | 424 -webkit-padding-end: 12px; |
415 } | 425 } |
416 | 426 |
417 .tabs.horizontal | 427 .tabs.horizontal |
418 { | 428 { |
419 display: flex; | 429 display: flex; |
| 430 margin-top: 0px; |
420 margin-bottom: 0px; | 431 margin-bottom: 0px; |
421 padding: 0px; | 432 padding: 0px; |
| 433 border-bottom: 1px solid #A1A1A1; |
422 } | 434 } |
423 | 435 |
424 .tabs.horizontal li | 436 .tabs.horizontal li |
425 { | 437 { |
426 display: inline-block; | 438 display: inline-block; |
427 border-bottom: 1px solid #A1A1A1; | 439 padding: 0px 46px 10px 46px; |
428 padding: 10px 46px; | |
429 color: #3A7BA6; | 440 color: #3A7BA6; |
430 text-align: center; | 441 text-align: center; |
431 } | 442 } |
432 | 443 |
433 .icon, | 444 .icon, |
434 button[role="checkbox"], | 445 button[role="checkbox"], |
435 .table button.delete, | 446 .table button.delete, |
436 #content-help a::before, | 447 #content-help a::before, |
437 #dialog-close::before, | 448 #dialog-close::before, |
438 #custom-filters-add button::after, | 449 #custom-filters-add button::after, |
439 #dialog-body button::before, | 450 #dialog-body button::before, |
440 .date::before, | 451 .date::before, |
441 .time::before, | 452 .time::before, |
442 #all-filter-lists .arrow, | 453 #all-filter-lists .arrow, |
443 .context-menu .content a::before | 454 .context-menu .content a::before |
444 { | 455 { |
445 background-image: url(options-sprite.png); | 456 background-image: url(options-sprite.png); |
446 display: inline-block; | 457 display: inline-block; |
447 } | 458 } |
448 | 459 |
| 460 .icon-add, |
| 461 .icon-update, |
| 462 .icon-edit |
| 463 { |
| 464 height: 18px; |
| 465 min-width: 18px; |
| 466 cursor: pointer; |
| 467 } |
| 468 |
449 .icon-add | 469 .icon-add |
450 { | 470 { |
451 background-position: -0px -0px; | 471 background-position: -0px -0px; |
452 cursor: pointer; | |
453 height: 18px; | |
454 min-width: 18px; | |
455 } | 472 } |
456 | 473 |
457 .icon-update | 474 .icon-update |
458 { | 475 { |
459 background-position: -34px -0px; | 476 background-position: -34px -0px; |
460 cursor: pointer; | |
461 height: 18px; | |
462 width: 18px; | |
463 } | 477 } |
464 | 478 |
465 .icon-edit | 479 .icon-edit |
466 { | 480 { |
467 background-position: -17px -0px; | 481 background-position: -17px -0px; |
| 482 } |
| 483 |
| 484 .icon-save, |
| 485 .icon-cancel, |
| 486 .icon-enter, |
| 487 #custom-filters-add button::after, |
| 488 .table button.delete |
| 489 { |
| 490 height: 10px; |
| 491 width: 10px; |
468 cursor: pointer; | 492 cursor: pointer; |
469 height: 18px; | 493 } |
470 width: 18px; | 494 |
| 495 .icon-save |
| 496 { |
| 497 background-position: -1px -62px; |
| 498 } |
| 499 |
| 500 .icon-cancel |
| 501 { |
| 502 background-position: -12px -62px; |
| 503 } |
| 504 |
| 505 #dialog-close::before, |
| 506 .date::before, |
| 507 .time::before |
| 508 { |
| 509 content: ""; |
| 510 height: 12px; |
| 511 width: 12px; |
471 } | 512 } |
472 | 513 |
473 #content-help a::before, | 514 #content-help a::before, |
474 #dialog-body button::before | 515 #dialog-body button::before |
475 { | 516 { |
476 background-position: 0px -42px; | 517 background-position: 0px -42px; |
477 content: ""; | 518 content: ""; |
478 cursor: pointer; | 519 cursor: pointer; |
479 height: 11px; | 520 height: 11px; |
480 vertical-align: middle; | 521 vertical-align: middle; |
481 width: 7px; | 522 width: 7px; |
482 -moz-margin-end: 12px; | 523 -moz-margin-end: 12px; |
483 -webkit-margin-end: 12px; | 524 -webkit-margin-end: 12px; |
484 } | 525 } |
485 | 526 |
486 .controls | 527 .controls |
487 { | 528 { |
488 border-top: 1px solid #CDCDCD; | 529 padding-top: 14px; |
489 padding-top: 8px; | 530 margin-left: 16px; |
490 -moz-padding-start: 16px; | 531 margin-right: 16px; |
491 -webkit-padding-start: 16px; | 532 } |
492 position: relative; | 533 |
| 534 .controls.mode-edit |
| 535 { |
| 536 -moz-margin-end: 0px; |
| 537 -webkit-margin-end: 0px; |
493 } | 538 } |
494 | 539 |
495 .controls > div | 540 .controls > div |
496 { | 541 { |
497 display: flex; | 542 display: flex; |
498 } | 543 } |
499 | 544 |
500 .controls button, | 545 .controls button, |
501 #dialog-close | 546 #dialog-close |
502 { | 547 { |
503 background: none; | 548 background: none; |
504 border: none; | 549 border: none; |
505 cursor: pointer; | 550 cursor: pointer; |
506 display: block; | 551 display: block; |
507 padding: 0; | 552 padding: 0; |
508 } | 553 } |
509 | 554 |
510 .controls button span:not(.icon) | 555 .controls button span:not(.icon) |
511 { | 556 { |
| 557 display: inline-block; |
| 558 -moz-margin-start: 16px; |
| 559 -webkit-margin-start: 16px; |
| 560 padding-top: 1px; |
512 color: #3A7BA6; | 561 color: #3A7BA6; |
513 display: inline-block; | |
514 -moz-margin-start: 15px; | |
515 -webkit-margin-start: 15px; | |
516 padding-top: 1px; | |
517 vertical-align: top; | 562 vertical-align: top; |
518 } | 563 } |
519 | 564 |
520 /* | 565 /* |
521 General tab content | 566 General tab content |
522 */ | 567 */ |
523 | 568 |
| 569 #acceptableads-table, |
| 570 #recommend-list-table, |
| 571 #blocking-languages-dialog-table, |
| 572 #custom-wrapper .table, |
| 573 #all-lang-table |
| 574 { |
| 575 border-bottom: none; |
| 576 } |
| 577 |
524 #blocking-languages, | 578 #blocking-languages, |
525 #acceptable-ads | 579 #acceptable-ads |
526 { | 580 { |
527 -moz-margin-end: 40px; | 581 -moz-margin-end: 40px; |
528 -webkit-margin-end: 40px; | 582 -webkit-margin-end: 40px; |
529 } | 583 } |
530 | 584 |
531 #custom-wrapper | 585 #custom-wrapper |
532 { | 586 { |
533 height: 290px; | 587 height: 290px; |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
578 } | 632 } |
579 | 633 |
580 #whitelisting-add-button + span | 634 #whitelisting-add-button + span |
581 { | 635 { |
582 flex: 1; | 636 flex: 1; |
583 } | 637 } |
584 | 638 |
585 .icon-enter | 639 .icon-enter |
586 { | 640 { |
587 background-position: -18px -32px; | 641 background-position: -18px -32px; |
588 cursor: pointer; | |
589 height: 10px; | |
590 position: absolute; | 642 position: absolute; |
591 top: 10px; | 643 top: 10px; |
592 -moz-margin-start: -20px; | 644 -moz-margin-start: -20px; |
593 -webkit-margin-start: -20px; | 645 -webkit-margin-start: -20px; |
594 width: 10px; | |
595 } | 646 } |
596 | 647 |
597 .button-add, .cancel-button | 648 .button-add, .cancel-button |
598 { | 649 { |
599 background-color: transparent; | 650 background-color: transparent; |
600 border: 0px; | 651 border: 0px; |
601 color: #3A7BA6; | 652 color: #3A7BA6; |
602 cursor: pointer; | 653 cursor: pointer; |
603 } | 654 } |
604 | 655 |
605 /* | 656 /* |
606 Advanced tab content | 657 Advanced tab content |
607 */ | 658 */ |
608 | 659 |
609 #filter-lists > div | 660 #filter-lists > div, |
| 661 #all-filter-lists li.show-message .date, |
| 662 #all-filter-lists li.show-message .time, |
| 663 #all-filter-lists li:not(.show-message) .message, |
| 664 #custom-filters:not(.mode-edit) #custom-filters-raw, |
| 665 #custom-filters:not(.mode-edit) #custom-filters-raw-controls, |
| 666 #custom-filters.mode-edit #custom-filters-show-edit, |
| 667 #custom-filters.mode-edit #custom-filters-list-wrapper |
610 { | 668 { |
611 display: none; | 669 display: none; |
612 } | 670 } |
613 | 671 |
614 body[data-tab="advanced-allFilterLists"] #all-filter-lists, | 672 body[data-tab="advanced-allFilterLists"] #all-filter-lists, |
615 body[data-tab="advanced-customFilters"] #custom-filters | 673 body[data-tab="advanced-customFilters"] #custom-filters |
616 { | 674 { |
617 display: block; | 675 display: block; |
618 } | 676 } |
619 | 677 |
| 678 .with-description .tooltip, |
| 679 #all-filter-lists .table |
| 680 { |
| 681 display: inline-block; |
| 682 } |
| 683 |
620 body[data-tab="advanced-allFilterLists"] #content-advanced [data-tab="advanced-a
llFilterLists"], | 684 body[data-tab="advanced-allFilterLists"] #content-advanced [data-tab="advanced-a
llFilterLists"], |
621 body[data-tab="advanced-customFilters"] #content-advanced [data-tab="advanced-cu
stomFilters"] | 685 body[data-tab="advanced-customFilters"] #content-advanced [data-tab="advanced-cu
stomFilters"] |
622 { | 686 { |
623 border-bottom: 2px solid #1E8728; | 687 border-bottom: 2px solid #1E8728; |
624 padding-bottom: 10px; | 688 padding-bottom: 10px; |
625 color: black; | 689 color: black; |
626 font-weight: 600; | 690 font-weight: 600; |
627 } | 691 } |
628 | 692 |
629 #all-filter-lists .table | |
630 { | |
631 display: inline-block; | |
632 } | |
633 | |
634 #all-filter-lists .table li | 693 #all-filter-lists .table li |
635 { | 694 { |
636 padding-left: 16px; | 695 padding-left: 16px; |
637 padding-right: 16px; | 696 padding-right: 16px; |
638 } | 697 } |
639 | 698 |
640 #all-filter-lists .table li > div | 699 #all-filter-lists .table li > div |
641 { | 700 { |
642 display: flex; | 701 display: flex; |
643 width: 330px; | 702 width: 330px; |
644 } | 703 } |
645 | 704 |
646 .table-header | 705 .table-header |
647 { | 706 { |
648 display: flex; | 707 display: flex; |
649 } | 708 } |
650 | 709 |
651 #filter-lists h3 | 710 #filter-lists h2 |
652 { | 711 { |
653 display: inline-block; | |
654 margin-bottom: 7px; | 712 margin-bottom: 7px; |
655 font-size: 14px; | |
656 } | 713 } |
657 | 714 |
658 .table-header h3:first-child | 715 .table-header h2:first-child |
659 { | 716 { |
660 width: 330px; | 717 width: 330px; |
661 -webkit-padding-start: 54px; | 718 -webkit-padding-start: 54px; |
662 -moz-padding-start: 54px; | 719 -moz-padding-start: 54px; |
663 } | 720 } |
664 | 721 |
665 #all-filter-lists .table li span.display | 722 #all-filter-lists .table li span.display |
666 { | 723 { |
667 cursor: pointer; | 724 cursor: pointer; |
668 } | 725 } |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
702 text-decoration: none; | 759 text-decoration: none; |
703 cursor: pointer; | 760 cursor: pointer; |
704 } | 761 } |
705 | 762 |
706 #all-filter-lists .table li:last-of-type > span:last-child | 763 #all-filter-lists .table li:last-of-type > span:last-child |
707 { | 764 { |
708 -webkit-margin-start: auto; | 765 -webkit-margin-start: auto; |
709 -moz-margin-start: auto; | 766 -moz-margin-start: auto; |
710 } | 767 } |
711 | 768 |
712 #all-filter-lists li.show-message .date, | |
713 #all-filter-lists li.show-message .time, | |
714 #all-filter-lists li:not(.show-message) .message | |
715 { | |
716 display: none; | |
717 } | |
718 | |
719 .date::before | 769 .date::before |
720 { | 770 { |
721 content: ""; | |
722 -webkit-margin-end: 6px; | 771 -webkit-margin-end: 6px; |
723 -moz-margin-end: 6px; | 772 -moz-margin-end: 6px; |
724 height: 12px; | |
725 width: 12px; | |
726 background-position: -7px -49px; | 773 background-position: -7px -49px; |
727 } | 774 } |
728 | 775 |
729 .time::before | 776 .time::before |
730 { | 777 { |
731 content: ""; | |
732 -webkit-margin-end: 6px; | 778 -webkit-margin-end: 6px; |
733 -moz-margin-end: 6px; | 779 -moz-margin-end: 6px; |
734 -webkit-margin-start: 12px; | 780 -webkit-margin-start: 12px; |
735 -moz-margin-start: 12px; | 781 -moz-margin-start: 12px; |
736 height: 12px; | |
737 width: 12px; | |
738 background-position: -20px -49px; | 782 background-position: -20px -49px; |
739 } | 783 } |
740 | 784 |
741 #custom-filters-header | 785 #custom-filters-header |
742 { | 786 { |
743 padding: 0px 20px; | 787 padding: 0px 16px; |
744 margin-bottom: 10px; | 788 margin-bottom: 10px; |
745 } | 789 } |
746 | 790 |
747 #custom-filters-raw-controls | 791 #custom-filters-raw-controls |
748 { | 792 { |
749 display: flex; | 793 justify-content: space-between; |
750 } | |
751 | |
752 #custom-filters:not(.mode-edit) #custom-filters-raw, | |
753 #custom-filters:not(.mode-edit) #custom-filters-raw-controls, | |
754 #custom-filters.mode-edit #custom-filters-show-edit, | |
755 #custom-filters.mode-edit #custom-filters-list-wrapper | |
756 { | |
757 display: none; | |
758 } | |
759 | |
760 #custom-filters-raw-save | |
761 { | |
762 padding: 0px 16px; | |
763 } | |
764 | |
765 #custom-filters .table | |
766 { | |
767 height: 290px; | |
768 overflow: auto; | |
769 width: auto; | |
770 } | |
771 | |
772 #custom-filters-add | |
773 { | |
774 display: flex; | |
775 padding: 0px; | |
776 border: none; | |
777 } | |
778 | |
779 #custom-filters .controls | |
780 { | |
781 border-top: none; | |
782 } | 794 } |
783 | 795 |
784 #custom-filters-raw | 796 #custom-filters-raw |
785 { | 797 { |
786 width: 100%; | 798 width: 100%; |
787 height: 100%; | 799 height: 100%; |
| 800 padding: 2px 16px; |
788 } | 801 } |
789 | 802 |
790 #custom-filters-wrapper | 803 #custom-filters-wrapper |
791 { | 804 { |
792 height: 330px; | 805 height: 330px; |
793 } | 806 } |
794 | 807 |
795 #custom-filters input[type="text"] | 808 #custom-filters-add |
796 { | 809 { |
| 810 display: flex; |
797 border-width: 1px 0px 1px 0px; | 811 border-width: 1px 0px 1px 0px; |
798 border-bottom-style: solid; | 812 border-bottom-style: solid; |
799 border-top-style: solid; | 813 border-top-style: solid; |
800 border-color: #1E8728; | 814 border-color: #1E8728; |
801 height: 25px; | 815 padding: 0px; |
802 -moz-padding-start: 10px; | 816 margin: 0px; |
803 -webkit-padding-start: 10px; | 817 background-color: #F5F5F5; |
804 -moz-padding-end: 60px; | |
805 -webkit-padding-end: 60px; | |
806 padding-top: 18px; | |
807 padding-bottom: 18px; | |
808 width: 100%; | |
809 } | 818 } |
810 | 819 |
811 #custom-filters input[type="text"]:focus | 820 #custom-filters-add input[type="text"] |
| 821 { |
| 822 -moz-padding-start: 16px; |
| 823 -webkit-padding-start: 16px; |
| 824 padding-top: 10px; |
| 825 padding-bottom: 10px; |
| 826 border: none; |
| 827 font-size: 13px; |
| 828 background-color: transparent; |
| 829 flex-grow: 1; |
| 830 } |
| 831 |
| 832 #custom-filters-add input[type="text"]:focus |
812 { | 833 { |
813 outline: 0px; | 834 outline: 0px; |
814 } | 835 } |
815 | 836 |
816 #custom-filters-add input | 837 #custom-filters-add input::-webkit-input-placeholder, |
817 { | |
818 font-size: 13px; | |
819 background-color: #F5F5F5; | |
820 } | |
821 | |
822 #custom-filters-add input::-webkit-input-placeholder | |
823 { | |
824 font-weight: 600; | |
825 } | |
826 #custom-filters-add input::-moz-placeholder | 838 #custom-filters-add input::-moz-placeholder |
827 { | 839 { |
828 font-weight: 600; | 840 font-weight: 600; |
829 } | 841 } |
830 | 842 |
831 #custom-filters-table | 843 #custom-filters-table |
832 { | 844 { |
| 845 height: 290px; |
| 846 width: auto; |
833 border-top: 1px solid #CDCDCD; | 847 border-top: 1px solid #CDCDCD; |
| 848 overflow: auto; |
834 } | 849 } |
835 | 850 |
836 #custom-filters-add button | 851 #custom-filters-add button |
837 { | 852 { |
838 font-size: 14px; | 853 font-size: 14px; |
839 -webkit-margin-start: -60px; | |
840 -moz-margin-start: -60px; | |
841 -webkit-padding-end: 6px; | 854 -webkit-padding-end: 6px; |
842 -moz-padding-end: 6px; | 855 -moz-padding-end: 6px; |
843 cursor: pointer; | 856 cursor: pointer; |
844 color: #3A7BA6; | 857 color: #3A7BA6; |
| 858 flex-grow: 0; |
845 } | 859 } |
846 | 860 |
847 #custom-filters-add button::before | 861 #custom-filters-add button::before |
848 { | 862 { |
849 content: ""; | 863 content: ""; |
850 display: inline-block; | 864 display: inline-block; |
851 -moz-border-end: 1px solid #CDCDCD; | 865 -moz-border-end: 1px solid #CDCDCD; |
852 -webkit-border-end: 1px solid #CDCDCD; | 866 -webkit-border-end: 1px solid #CDCDCD; |
853 height: 15px; | 867 height: 15px; |
854 -webkit-margin-end: 10px; | 868 -webkit-margin-end: 10px; |
855 -moz-margin-end: 10px; | 869 -moz-margin-end: 10px; |
856 margin-bottom: -2px; | 870 margin-bottom: -2px; |
857 width: 1px; | 871 width: 1px; |
858 } | 872 } |
859 | 873 |
860 #custom-filters-add button::after | 874 #custom-filters-add button::after |
861 { | 875 { |
862 content: ""; | 876 content: ""; |
863 background-position: -28px -32px; | 877 background-position: -28px -32px; |
864 cursor: pointer; | |
865 height: 10px; | |
866 -webkit-margin-start: 6px; | 878 -webkit-margin-start: 6px; |
867 -moz-margin-start: 6px; | 879 -moz-margin-start: 6px; |
868 width: 10px; | |
869 } | 880 } |
870 | 881 |
871 /* | 882 /* |
872 Tooltips | 883 Tooltips |
873 */ | 884 */ |
874 | 885 |
875 .tooltip, #block-element-explanation a | 886 .tooltip, #block-element-explanation a |
876 { | 887 { |
| 888 position: relative; |
| 889 margin: 0px 4px; |
877 border-bottom: dashed 1px; | 890 border-bottom: dashed 1px; |
| 891 height: 15px; |
878 color: #3A7BA6; | 892 color: #3A7BA6; |
| 893 font-size: 12px; |
| 894 line-height: 19px; |
| 895 text-decoration: none; |
| 896 font-weight: 400; |
879 cursor: default; | 897 cursor: default; |
880 font-size: 12px; | |
881 height: 15px; | |
882 line-height: 19px; | |
883 margin: 0px 4px; | |
884 position: relative; | |
885 text-decoration: none; | |
886 } | 898 } |
887 | 899 |
888 .context-menu | 900 .context-menu |
889 { | 901 { |
890 display: inline-block; | 902 display: inline-block; |
891 position: relative; | 903 position: relative; |
892 border-bottom: none; | 904 border-bottom: none; |
893 } | 905 } |
894 | 906 |
895 .context-menu a | 907 .context-menu a |
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1184 display: inline-block; | 1196 display: inline-block; |
1185 height: 20px; | 1197 height: 20px; |
1186 font-size: 15px; | 1198 font-size: 15px; |
1187 -moz-padding-start: 10px; | 1199 -moz-padding-start: 10px; |
1188 -webkit-padding-start: 10px; | 1200 -webkit-padding-start: 10px; |
1189 } | 1201 } |
1190 | 1202 |
1191 #dialog-close::before | 1203 #dialog-close::before |
1192 { | 1204 { |
1193 background-position: -9px -32px; | 1205 background-position: -9px -32px; |
1194 content: ""; | |
1195 cursor: pointer; | 1206 cursor: pointer; |
1196 height: 12px; | |
1197 width: 12px; | |
1198 vertical-align: middle; | 1207 vertical-align: middle; |
1199 -moz-margin-end: 6px; | 1208 -moz-margin-end: 6px; |
1200 -webkit-margin-end: 6px; | 1209 -webkit-margin-end: 6px; |
1201 } | 1210 } |
1202 | 1211 |
1203 #dialog #dialog-body | 1212 #dialog #dialog-body |
1204 { | 1213 { |
1205 margin: 4px 24px; | 1214 margin: 4px 24px; |
1206 } | 1215 } |
1207 | 1216 |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1312 #other-language .button-add::before | 1321 #other-language .button-add::before |
1313 { | 1322 { |
1314 display: none; | 1323 display: none; |
1315 } | 1324 } |
1316 | 1325 |
1317 #other-language .display | 1326 #other-language .display |
1318 { | 1327 { |
1319 -webkit-margin-start: 10px; | 1328 -webkit-margin-start: 10px; |
1320 -moz-margin-start: 10px; | 1329 -moz-margin-start: 10px; |
1321 } | 1330 } |
OLD | NEW |