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