| @@ -2,10 +2,9 @@ | ||
| 2 | 2 | /*! |
| 3 | 3 | * CleanSlate |
| 4 | 4 | * github.com/premasagar/cleanslate |
| 5 | 5 | * |
| 6 | -*/ | |
| 7 | -/* | |
| 6 | +*/ /* | |
| 8 | 7 | An extreme CSS reset stylesheet, for normalising the styling of a container element and its children. |
| 9 | 8 | |
| 10 | 9 | by Premasagar Rose |
| 11 | 10 | dharmafly.com |
| @@ -23,15 +22,13 @@ | ||
| 23 | 22 | .cleanslate, .cleanslate h1, .cleanslate h2, .cleanslate h3, .cleanslate h4, .cleanslate h5, .cleanslate h6, .cleanslate p, .cleanslate td, .cleanslate dl, .cleanslate tr, .cleanslate dt, .cleanslate ol, .cleanslate form, .cleanslate select, .cleanslate option, .cleanslate pre, .cleanslate div, .cleanslate table, .cleanslate th, .cleanslate tbody, .cleanslate tfoot, .cleanslate caption, .cleanslate thead, .cleanslate ul, .cleanslate li, .cleanslate address, .cleanslate blockquote, .cleanslate dd, .cleanslate fieldset, .cleanslate li, .cleanslate iframe, .cleanslate strong, .cleanslate legend, .cleanslate em, .cleanslate summary, .cleanslate cite, .cleanslate span, .cleanslate input, .cleanslate sup, .cleanslate label, .cleanslate dfn, .cleanslate object, .cleanslate big, .cleanslate q, .cleanslate samp, .cleanslate acronym, .cleanslate small, .cleanslate img, .cleanslate strike, .cleanslate code, .cleanslate sub, .cleanslate ins, .cleanslate textarea, .cleanslate button, .cleanslate var, .cleanslate a, .cleanslate abbr, .cleanslate applet, .cleanslate del, .cleanslate kbd, .cleanslate tt, .cleanslate b, .cleanslate i, .cleanslate hr, |
| 24 | 23 | .cleanslate article, .cleanslate aside, .cleanslate figure, .cleanslate figcaption, .cleanslate footer, .cleanslate header, .cleanslate menu, .cleanslate nav, .cleanslate section, .cleanslate time, .cleanslate mark, .cleanslate audio, .cleanslate video, .cleanslate abbr, .cleanslate address, .cleanslate area, .cleanslate blockquote, .cleanslate canvas, .cleanslate caption, .cleanslate cite, .cleanslate code, .cleanslate colgroup, .cleanslate col, .cleanslate datalist, .cleanslate fieldset, .cleanslate main, .cleanslate map, .cleanslate meta, .cleanslate optgroup, .cleanslate output, .cleanslate progress, .cleanslate svg { |
| 25 | 24 | background-attachment: scroll !important; |
| 26 | 25 | background-color: transparent !important; |
| 27 | - background-image: none !important; | |
| 28 | - /* This rule affects the use of pngfix JavaScript http://dillerdesign.com/experiment/DD_BelatedPNG for IE6, which is used to force the browser to recognise alpha-transparent PNGs files that replace the IE6 lack of PNG transparency. (The rule overrides the VML image that is used to replace the given CSS background-image). If you don't know what that means, then you probably haven't used the pngfix script, and this comment may be ignored :) */ | |
| 26 | + background-image: none !important; /* This rule affects the use of pngfix JavaScript http://dillerdesign.com/experiment/DD_BelatedPNG for IE6, which is used to force the browser to recognise alpha-transparent PNGs files that replace the IE6 lack of PNG transparency. (The rule overrides the VML image that is used to replace the given CSS background-image). If you don't know what that means, then you probably haven't used the pngfix script, and this comment may be ignored :) */ | |
| 29 | 27 | background-position: 0 0 !important; |
| 30 | 28 | background-repeat: repeat !important; |
| 31 | 29 | border-color: black !important; |
| 32 | - border-color: currentColor !important; | |
| 33 | - /* `border-color` should match font color. Modern browsers (incl. IE9) allow the use of "currentColor" to match the current font 'color' value <http://www.w3.org/TR/css3-color/#currentcolor>. For older browsers, a default of 'black' is given before this rule. Guideline to support older browsers: if you haven't already declared a border-color for an element, be sure to do so, e.g. when you first declare the border-width. */ | |
| 30 | + border-color: currentColor !important; /* `border-color` should match font color. Modern browsers (incl. IE9) allow the use of "currentColor" to match the current font 'color' value <http://www.w3.org/TR/css3-color/#currentcolor>. For older browsers, a default of 'black' is given before this rule. Guideline to support older browsers: if you haven't already declared a border-color for an element, be sure to do so, e.g. when you first declare the border-width. */ | |
| 34 | 31 | border-radius: 0 !important; |
| 35 | 32 | border-style: none !important; |
| 36 | 33 | border-width: medium !important; |
| 37 | 34 | bottom: auto !important; |
| @@ -43,10 +40,9 @@ | ||
| 43 | 40 | cursor: auto !important; |
| 44 | 41 | direction: inherit !important; |
| 45 | 42 | display: inline !important; |
| 46 | 43 | float: none !important; |
| 47 | - font-family: inherit !important; | |
| 48 | - /* As with other inherit values, this needs to be set on the root container element */ | |
| 44 | + font-family: inherit !important; /* As with other inherit values, this needs to be set on the root container element */ | |
| 49 | 45 | font-size: inherit !important; |
| 50 | 46 | font-style: inherit !important; |
| 51 | 47 | font-variant: normal !important; |
| 52 | 48 | font-weight: inherit !important; |
| @@ -53,10 +49,9 @@ | ||
| 53 | 49 | height: auto !important; |
| 54 | 50 | left: auto !important; |
| 55 | 51 | letter-spacing: normal !important; |
| 56 | 52 | line-height: inherit !important; |
| 57 | - list-style-type: inherit !important; | |
| 58 | - /* Could set list-style-type to none */ | |
| 53 | + list-style-type: inherit !important; /* Could set list-style-type to none */ | |
| 59 | 54 | list-style-position: outside !important; |
| 60 | 55 | list-style-image: none !important; |
| 61 | 56 | margin: 0 !important; |
| 62 | 57 | max-height: none !important; |
| @@ -86,9 +81,8 @@ | ||
| 86 | 81 | /* CSS3 */ |
| 87 | 82 | /* Including all prefixes according to http://caniuse.com/ */ |
| 88 | 83 | /* CSS Animations don't cascade, so don't require resetting */ |
| 89 | 84 | background-origin: padding-box !important; |
| 90 | - -webkit-background-clip: border-box !important; | |
| 91 | 85 | background-clip: border-box !important; |
| 92 | 86 | background-size: auto !important; |
| 93 | 87 | border-image: none !important; |
| 94 | 88 | border-radius: 0 !important; |
| @@ -95,16 +89,14 @@ | ||
| 95 | 89 | box-shadow: none !important; |
| 96 | 90 | box-sizing: content-box !important; |
| 97 | 91 | column-count: auto !important; |
| 98 | 92 | column-gap: normal !important; |
| 99 | - column-rule: medium none black !important; | |
| 100 | - /* doesn't exist yet but probably will */ | |
| 93 | + column-rule: medium none black !important; /* doesn't exist yet but probably will */ | |
| 101 | 94 | column-span: 1 !important; |
| 102 | 95 | column-width: auto !important; |
| 103 | 96 | font-feature-settings: normal !important; |
| 104 | 97 | overflow-x: visible !important; |
| 105 | 98 | overflow-y: visible !important; |
| 106 | - -webkit-hyphens: manual !important; | |
| 107 | 99 | hyphens: manual !important; |
| 108 | 100 | -ms-perspective: none !important; |
| 109 | 101 | -o-perspective: none !important; |
| 110 | 102 | perspective: none !important; |
| @@ -229,10 +221,9 @@ | ||
| 229 | 221 | display: list-item !important; |
| 230 | 222 | /* Fixes IE7 issue with positioning of nested bullets */ |
| 231 | 223 | min-height: auto !important; |
| 232 | 224 | min-width: auto !important; |
| 233 | - padding-left: 20px !important; | |
| 234 | - /* replace -webkit-padding-start: 40px; */ | |
| 225 | + padding-left: 20px !important; /* replace -webkit-padding-start: 40px; */ | |
| 235 | 226 | } |
| 236 | 227 | |
| 237 | 228 | .cleanslate strong { |
| 238 | 229 | font-weight: bold !important; |
| @@ -269,21 +260,12 @@ | ||
| 269 | 260 | background: white !important; |
| 270 | 261 | -webkit-appearance: push-button !important; |
| 271 | 262 | color: buttontext !important; |
| 272 | 263 | border: 1px #a6a6a6 solid !important; |
| 273 | - background: lightgrey !important; | |
| 274 | - /* Old browsers */ | |
| 275 | - background: white; | |
| 276 | - /* Old browsers */ | |
| 277 | - /* FF3.6+ */ | |
| 278 | - /* Chrome,Safari4+ */ | |
| 279 | - /* Chrome10+,Safari5.1+ */ | |
| 280 | - /* Opera 11.10+ */ | |
| 281 | - /* IE10+ */ | |
| 282 | - background: linear-gradient(to bottom, white 0%, #dddddd 100%, #d1d1d1 100%, #dddddd 100%) !important; | |
| 283 | - /* W3C */ | |
| 284 | - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#dddddd",GradientType=0 ) !important; | |
| 285 | - /* IE6-9 */ | |
| 264 | + background: lightgrey !important; /* Old browsers */ | |
| 265 | + background: rgb(255, 255, 255); /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ | |
| 266 | + background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(221, 221, 221) 100%, rgb(209, 209, 209) 100%, rgb(221, 221, 221) 100%) !important; /* W3C */ | |
| 267 | + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ) !important; /* IE6-9 */ | |
| 286 | 268 | -o-box-shadow: 1px 1px 0px #eee !important; |
| 287 | 269 | box-shadow: 1px 1px 0px #eee !important; |
| 288 | 270 | outline: initial !important; |
| 289 | 271 | } |
| @@ -288,17 +270,10 @@ | ||
| 288 | 270 | outline: initial !important; |
| 289 | 271 | } |
| 290 | 272 | |
| 291 | 273 | .cleanslate button:active, .cleanslate input[type=submit]:active, .cleanslate input[type=button]:active, .cleanslate button:active { |
| 292 | - background: #3b679e !important; | |
| 293 | - /* Old browsers */ | |
| 294 | - /* FF3.6+ */ | |
| 295 | - /* Chrome,Safari4+ */ | |
| 296 | - /* Chrome10+,Safari5.1+ */ | |
| 297 | - /* Opera 11.10+ */ | |
| 298 | - /* IE10+ */ | |
| 299 | - background: linear-gradient(to bottom, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%) !important; | |
| 300 | - /* W3C */ | |
| 274 | + background: rgb(59, 103, 158) !important; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ | |
| 275 | + background: linear-gradient(to bottom, rgb(59, 103, 158) 0%, rgb(43, 136, 217) 50%, rgb(32, 124, 202) 51%, rgb(125, 185, 232) 100%) !important; /* W3C */ | |
| 301 | 276 | border-color: #5259b0 !important; |
| 302 | 277 | } |
| 303 | 278 | |
| 304 | 279 | .cleanslate button { |
| @@ -374,10 +349,9 @@ | ||
| 374 | 349 | text-decoration: line-through !important; |
| 375 | 350 | } |
| 376 | 351 | |
| 377 | 352 | .cleanslate blockquote, .cleanslate q { |
| 378 | - quotes: none !important; | |
| 379 | - /* HTML5 */ | |
| 353 | + quotes: none !important; /* HTML5 */ | |
| 380 | 354 | } |
| 381 | 355 | |
| 382 | 356 | .cleanslate blockquote:before, .cleanslate blockquote:after, .cleanslate q:before, .cleanslate q:after, .cleanslate li:before, .cleanslate li:after { |
| 383 | 357 | content: "" !important; |
| @@ -459,12 +433,10 @@ | ||
| 459 | 433 | .cleanslate { |
| 460 | 434 | font-size: medium !important; |
| 461 | 435 | line-height: 1 !important; |
| 462 | 436 | direction: ltr !important; |
| 463 | - text-align: left !important; | |
| 464 | - /* for IE, Opera */ | |
| 465 | - text-align: start !important; | |
| 466 | - /* recommended W3C Spec */ | |
| 437 | + text-align: left !important; /* for IE, Opera */ | |
| 438 | + text-align: start !important; /* recommended W3C Spec */ | |
| 467 | 439 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important; |
| 468 | 440 | color: black !important; |
| 469 | 441 | font-style: normal !important; |
| 470 | 442 | font-weight: normal !important; |
| @@ -483,11 +455,11 @@ | ||
| 483 | 455 | } |
| 484 | 456 | |
| 485 | 457 | .cleanslate { |
| 486 | 458 | /* Modal */ |
| 487 | - /* Form Toggle */ | |
| 488 | 459 | } |
| 489 | -.cleanslate .components-modal__screen-overlay, .cleanslate .ccpa__loading-overlay { | |
| 460 | +.cleanslate .components-modal__screen-overlay, | |
| 461 | +.cleanslate .ccpa__loading-overlay { | |
| 490 | 462 | position: fixed !important; |
| 491 | 463 | top: 0 !important; |
| 492 | 464 | right: 0 !important; |
| 493 | 465 | bottom: 0 !important; |
| @@ -518,9 +490,9 @@ | ||
| 518 | 490 | left: 0 !important; |
| 519 | 491 | box-sizing: border-box !important; |
| 520 | 492 | margin: 0 !important; |
| 521 | 493 | text-align: center !important; |
| 522 | - color: #ffffff !important; | |
| 494 | + color: #fff !important; | |
| 523 | 495 | } |
| 524 | 496 | @media (min-width: 600px) { |
| 525 | 497 | .cleanslate .components-modal__frame { |
| 526 | 498 | top: 50% !important; |
| @@ -536,12 +508,12 @@ | ||
| 536 | 508 | } |
| 537 | 509 | } |
| 538 | 510 | @keyframes components-modal__appear-animation { |
| 539 | 511 | from { |
| 540 | - margin-top: 32px !important; | |
| 512 | + margin-top: 32px; | |
| 541 | 513 | } |
| 542 | 514 | to { |
| 543 | - margin-top: 0 !important; | |
| 515 | + margin-top: 0; | |
| 544 | 516 | } |
| 545 | 517 | } |
| 546 | 518 | .cleanslate .components-modal__header { |
| 547 | 519 | box-sizing: border-box !important; |
| @@ -594,20 +566,8 @@ | ||
| 594 | 566 | flex-direction: row-reverse !important; |
| 595 | 567 | justify-content: space-between !important; |
| 596 | 568 | align-items: center !important; |
| 597 | 569 | } |
| 598 | -.cleanslate .components-button { | |
| 599 | - display: inline-flex !important; | |
| 600 | - text-decoration: none !important; | |
| 601 | - font-size: 13px !important; | |
| 602 | - margin: 0 !important; | |
| 603 | - border: 0 !important; | |
| 604 | - cursor: pointer !important; | |
| 605 | - -webkit-appearance: none !important; | |
| 606 | - background: none !important; | |
| 607 | - /* Buttons that look like links, for a cross of good semantics with the visual */ | |
| 608 | - /* Link buttons that are red to indicate destructive behavior. */ | |
| 609 | -} | |
| 610 | 570 | .cleanslate .components-icon-button { |
| 611 | 571 | display: flex !important; |
| 612 | 572 | align-items: center !important; |
| 613 | 573 | padding: 8px !important; |
| @@ -644,11 +604,15 @@ | ||
| 644 | 604 | background-color: #fff !important; |
| 645 | 605 | color: #1d2327 !important; |
| 646 | 606 | box-shadow: inset 0 0 0 1px #c3c4c7, inset 0 0 0 2px #fff !important; |
| 647 | 607 | } |
| 648 | -.cleanslate .components-icon-button[aria-disabled=true]:focus, .cleanslate .components-icon-button:disabled:focus { | |
| 608 | +.cleanslate .components-icon-button[aria-disabled=true]:focus, | |
| 609 | +.cleanslate .components-icon-button:disabled:focus { | |
| 649 | 610 | box-shadow: none !important; |
| 650 | 611 | } |
| 612 | +.cleanslate { | |
| 613 | + /* Form Toggle */ | |
| 614 | +} | |
| 651 | 615 | .cleanslate .components-form-toggle { |
| 652 | 616 | position: relative !important; |
| 653 | 617 | display: inline-block !important; |
| 654 | 618 | } |
| @@ -678,8 +642,12 @@ | ||
| 678 | 642 | } |
| 679 | 643 | .cleanslate .components-form-toggle .components-form-toggle__on { |
| 680 | 644 | left: 8px !important; |
| 681 | 645 | display: none !important; |
| 646 | + outline: 1px solid transparent !important; | |
| 647 | + outline-offset: -1px !important; | |
| 648 | + border: 1px solid #000 !important; | |
| 649 | + filter: invert(100%) contrast(500%) !important; | |
| 682 | 650 | } |
| 683 | 651 | .cleanslate .components-form-toggle .components-form-toggle__track { |
| 684 | 652 | content: "" !important; |
| 685 | 653 | display: inline-block !important; |
| @@ -767,14 +735,8 @@ | ||
| 767 | 735 | } |
| 768 | 736 | .cleanslate .components-form-toggle input.components-form-toggle__input[type=checkbox]::before { |
| 769 | 737 | content: "" !important; |
| 770 | 738 | } |
| 771 | -.cleanslate .components-form-toggle .components-form-toggle__on { | |
| 772 | - outline: 1px solid transparent !important; | |
| 773 | - outline-offset: -1px !important; | |
| 774 | - border: 1px solid #000 !important; | |
| 775 | - filter: invert(100%) contrast(500%) !important; | |
| 776 | -} | |
| 777 | 739 | .cleanslate .components-button { |
| 778 | 740 | display: inline-flex !important; |
| 779 | 741 | text-decoration: none !important; |
| 780 | 742 | font-size: 13px !important; |
| @@ -782,9 +744,9 @@ | ||
| 782 | 744 | border: 0 !important; |
| 783 | 745 | cursor: pointer !important; |
| 784 | 746 | -webkit-appearance: none !important; |
| 785 | 747 | background: none !important; |
| 786 | - /* Buttons that look like links, for a cross of good semantics with the visual */ | |
| 748 | + /* Buttons that look like links for a cross of good semantics and visuals. */ | |
| 787 | 749 | /* Link buttons that are red to indicate destructive behavior. */ |
| 788 | 750 | } |
| 789 | 751 | .cleanslate .components-button.is-button { |
| 790 | 752 | padding: 0 10px 1px !important; |
| @@ -795,44 +757,62 @@ | ||
| 795 | 757 | border-width: 1px !important; |
| 796 | 758 | border-style: solid !important; |
| 797 | 759 | } |
| 798 | 760 | .cleanslate .components-button.is-primary { |
| 799 | - background: #0085ba !important; | |
| 800 | - border-color: #006a95 #00648c #00648c !important; | |
| 801 | - box-shadow: inset 0 -1px 0 #00648c !important; | |
| 761 | + background: rgb(0, 133, 186) !important; | |
| 762 | + border-color: rgb(0, 106, 149) rgb(0, 100, 140) rgb(0, 100, 140) !important; | |
| 763 | + box-shadow: inset 0 -1px 0 rgb(0, 100, 140) !important; | |
| 802 | 764 | color: #fff !important; |
| 803 | 765 | text-decoration: none !important; |
| 804 | - text-shadow: 0 -1px 1px #005d82, 1px 0 1px #005d82, 0 1px 1px #005d82, -1px 0 1px #005d82 !important; | |
| 766 | + text-shadow: 0 -1px 1px rgb(0, 93, 130), 1px 0 1px rgb(0, 93, 130), 0 1px 1px rgb(0, 93, 130), -1px 0 1px rgb(0, 93, 130) !important; | |
| 805 | 767 | } |
| 806 | -.cleanslate .components-button.is-primary:hover, .cleanslate .components-button.is-primary:focus:enabled { | |
| 807 | - background: #007eb1 !important; | |
| 808 | - border-color: #00435d !important; | |
| 768 | +.cleanslate .components-button.is-primary:hover, | |
| 769 | +.cleanslate .components-button.is-primary:focus:enabled { | |
| 770 | + background: rgb(0, 126, 177) !important; | |
| 771 | + border-color: rgb(0, 67, 93) !important; | |
| 809 | 772 | color: #fff !important; |
| 810 | 773 | } |
| 811 | 774 | .cleanslate .components-button.is-primary:hover { |
| 812 | - box-shadow: inset 0 -1px 0 #00435d !important; | |
| 775 | + box-shadow: inset 0 -1px 0 rgb(0, 67, 93) !important; | |
| 813 | 776 | } |
| 814 | 777 | .cleanslate .components-button.is-primary:active:enabled { |
| 815 | - background: #006a95 !important; | |
| 816 | - border-color: #00435d !important; | |
| 817 | - box-shadow: inset 0 1px 0 #00435d !important; | |
| 778 | + background: rgb(0, 106, 149) !important; | |
| 779 | + border-color: rgb(0, 67, 93) !important; | |
| 780 | + box-shadow: inset 0 1px 0 rgb(0, 67, 93) !important; | |
| 818 | 781 | vertical-align: top !important; |
| 819 | 782 | } |
| 820 | -.cleanslate .components-button.is-primary:disabled, .cleanslate .components-button.is-primary:disabled:active:enabled, .cleanslate .components-button.is-primary[aria-disabled=true], .cleanslate .components-button.is-primary[aria-disabled=true]:active:enabled { | |
| 821 | - color: #66b6d6 !important; | |
| 822 | - background: #0085ba !important; | |
| 823 | - border-color: #007cad !important; | |
| 783 | +.cleanslate .components-button.is-primary:disabled, | |
| 784 | +.cleanslate .components-button.is-primary:disabled:active:enabled, | |
| 785 | +.cleanslate .components-button.is-primary[aria-disabled=true], | |
| 786 | +.cleanslate .components-button.is-primary[aria-disabled=true]:active:enabled { | |
| 787 | + color: rgb(102, 182, 214) !important; | |
| 788 | + background: rgb(0, 133, 186) !important; | |
| 789 | + border-color: rgb(0, 124, 173) !important; | |
| 824 | 790 | box-shadow: none !important; |
| 825 | 791 | text-shadow: none !important; |
| 826 | 792 | opacity: 1 !important; |
| 827 | 793 | } |
| 828 | -.cleanslate .components-button.is-primary:disabled.is-button, .cleanslate .components-button.is-primary:disabled.is-button:hover, .cleanslate .components-button.is-primary:disabled:active:enabled, .cleanslate .components-button.is-primary:disabled:active:enabled.is-button, .cleanslate .components-button.is-primary:disabled:active:enabled.is-button:hover, .cleanslate .components-button.is-primary:disabled:active:enabled:active:enabled, .cleanslate .components-button.is-primary[aria-disabled=true].is-button, .cleanslate .components-button.is-primary[aria-disabled=true].is-button:hover, .cleanslate .components-button.is-primary[aria-disabled=true]:active:enabled, .cleanslate .components-button.is-primary[aria-disabled=true]:active:enabled.is-button, .cleanslate .components-button.is-primary[aria-disabled=true]:active:enabled.is-button:hover, .cleanslate .components-button.is-primary[aria-disabled=true]:active:enabled:active:enabled { | |
| 794 | +.cleanslate .components-button.is-primary:disabled.is-button, | |
| 795 | +.cleanslate .components-button.is-primary:disabled.is-button:hover, | |
| 796 | +.cleanslate .components-button.is-primary:disabled:active:enabled, | |
| 797 | +.cleanslate .components-button.is-primary:disabled:active:enabled.is-button, | |
| 798 | +.cleanslate .components-button.is-primary:disabled:active:enabled.is-button:hover, | |
| 799 | +.cleanslate .components-button.is-primary:disabled:active:enabled:active:enabled, | |
| 800 | +.cleanslate .components-button.is-primary[aria-disabled=true].is-button, | |
| 801 | +.cleanslate .components-button.is-primary[aria-disabled=true].is-button:hover, | |
| 802 | +.cleanslate .components-button.is-primary[aria-disabled=true]:active:enabled, | |
| 803 | +.cleanslate .components-button.is-primary[aria-disabled=true]:active:enabled.is-button, | |
| 804 | +.cleanslate .components-button.is-primary[aria-disabled=true]:active:enabled.is-button:hover, | |
| 805 | +.cleanslate .components-button.is-primary[aria-disabled=true]:active:enabled:active:enabled { | |
| 829 | 806 | box-shadow: none !important; |
| 830 | 807 | text-shadow: none !important; |
| 831 | 808 | } |
| 832 | -.cleanslate .components-button.is-primary:disabled:focus:enabled, .cleanslate .components-button.is-primary:disabled:active:enabled:focus:enabled, .cleanslate .components-button.is-primary[aria-disabled=true]:focus:enabled, .cleanslate .components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled { | |
| 833 | - color: #66b6d6 !important; | |
| 834 | - border-color: #007cad !important; | |
| 809 | +.cleanslate .components-button.is-primary:disabled:focus:enabled, | |
| 810 | +.cleanslate .components-button.is-primary:disabled:active:enabled:focus:enabled, | |
| 811 | +.cleanslate .components-button.is-primary[aria-disabled=true]:focus:enabled, | |
| 812 | +.cleanslate .components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled { | |
| 813 | + color: rgb(102, 182, 214) !important; | |
| 814 | + border-color: rgb(0, 124, 173) !important; | |
| 835 | 815 | box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007cba !important; |
| 836 | 816 | } |
| 837 | 817 | .cleanslate .ccpa-settings { |
| 838 | 818 | font-size: 13px !important; |
| @@ -845,9 +825,9 @@ | ||
| 845 | 825 | padding: 16px !important; |
| 846 | 826 | border-bottom: 1px solid #e2e4e7 !important; |
| 847 | 827 | } |
| 848 | 828 | .cleanslate .ccpa-setting__header { |
| 849 | - font-weight: bold !important; | |
| 829 | + font-weight: 700 !important; | |
| 850 | 830 | } |
| 851 | 831 | .cleanslate .ccpa-setting__text { |
| 852 | 832 | padding-right: 50px !important; |
| 853 | 833 | } |
| @@ -868,8 +848,9 @@ | ||
| 868 | 848 | } |
| 869 | 849 | .cleanslate .is-checked > .ccpa-setting__toggle-text-on { |
| 870 | 850 | display: inline-block !important; |
| 871 | 851 | } |
| 872 | -.cleanslate .ccpa-privacy, .cleanslate .ccpa-privacy:visited { | |
| 873 | - color: #0085ba !important; | |
| 852 | +.cleanslate .ccpa-privacy, | |
| 853 | +.cleanslate .ccpa-privacy:visited { | |
| 854 | + color: rgb(0, 133, 186) !important; | |
| 874 | 855 | text-decoration: none !important; |
| 875 | 856 | } |