diff --git a/accounts/public/assets/css/blockchart.css b/accounts/public/assets/css/blockchart.css index 572a689136..3338242e7c 100755 --- a/accounts/public/assets/css/blockchart.css +++ b/accounts/public/assets/css/blockchart.css @@ -81,7 +81,7 @@ div.block-chart { z-index: 100000; } .tipsy-inner { - background-color: #32325d; + background-color: #4c4c4c; color: #FFF; max-width: 200px; padding: 5px 12px 5px 12px; @@ -104,21 +104,21 @@ div.block-chart { width: 0; height: 0; line-height: 0; - border: 5px dashed #32325d; + border: 5px dashed #4c4c4c; } /* Rules to colour arrows */ .tipsy-arrow-n { - border-bottom-color: #32325d; + border-bottom-color: #4c4c4c; } .tipsy-arrow-s { - border-top-color: #32325d; + border-top-color: #4c4c4c; } .tipsy-arrow-e { - border-left-color: #32325d; + border-left-color: #4c4c4c; } .tipsy-arrow-w { - border-right-color: #32325d; + border-right-color: #4c4c4c; } .tipsy-n .tipsy-arrow { diff --git a/accounts/public/assets/css/dashboard.css b/accounts/public/assets/css/dashboard.css index 7b28741fa6..70a0b48cc6 100755 --- a/accounts/public/assets/css/dashboard.css +++ b/accounts/public/assets/css/dashboard.css @@ -607,7 +607,7 @@ th { box-shadow: 0 0 0 1px rgba(50, 50, 93, 0.1), 0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 3px 9px 0 rgba(50, 50, 93, 0.08), 0 1px 1.5px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.08); - color: #32325d; + color: #4c4c4c; } .bs-Actions-action.bs-is-focused, .bs-Actions-action:focus, @@ -650,7 +650,7 @@ th { box-shadow: 0 0 0 1px rgba(50, 50, 93, 0.08), 0 2px 5px 0 rgba(50, 50, 93, 0.06), 0 1px 1.5px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.06), 0 0 0 0 transparent; - color: #32325d; + color: #4c4c4c; } .bs-Actions-action.bs-is-disabled, .bs-Actions-action:disabled, @@ -993,7 +993,7 @@ h3, h4, h5 { margin: 0; - color: #32325d; + color: #4c4c4c; font-family: Camphor, Segoe UI, Open Sans, sans-serif; line-height: 1.6; } @@ -1072,14 +1072,14 @@ p + p { margin-top: 5px; } a { - color: #3297d3; + color: #000000; } a, a:hover { text-decoration: none; } a:hover { - color: #32325d; + color: #4c4c4c; } b, strong { @@ -1304,7 +1304,7 @@ span.bs-Icon { .bs-Number { display: inline-block; margin: 0; - color: #32325d; + color: #4c4c4c; font-family: Camphor, Segoe UI, Open Sans, sans-serif; font-size: 24px; line-height: 1.6; @@ -2534,7 +2534,7 @@ figure.bs-Number > figcaption { border: 0; border-radius: 0; box-shadow: none; - color: #3297d3; + color: #000000; line-height: inherit; font-size: inherit; vertical-align: inherit; @@ -2871,7 +2871,7 @@ figure.bs-Number > figcaption { } .bs-Badge--cyan { box-shadow: inset 0 0 0 1px rgba(50, 151, 211, 0.2); - color: #3297d3; + color: #000000; } .bs-Badge--green { box-shadow: inset 0 0 0 1px rgba(36, 180, 126, 0.2); @@ -2970,7 +2970,7 @@ figure.bs-Number > figcaption { .bs-ContentSection-selection-option:active, .bs-ContentSection-selection-option:focus, .bs-ContentSection-selection-option:hover { - color: #32325d; + color: #4c4c4c; } .bs-ContentSection-selection-option:first-child { border-left: 0; @@ -2978,7 +2978,7 @@ figure.bs-Number > figcaption { .bs-ContentSection-selection-option.bs-is-active { background-color: #fff; border-left: 2px solid transparent; - color: #32325d; + color: #4c4c4c; cursor: default; } .bs-ContentSection-switcher { @@ -3007,7 +3007,7 @@ figure.bs-Number > figcaption { .bs-ContentSection-switcher-option:active, .bs-ContentSection-switcher-option:hover { box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07); - color: #32325d; + color: #4c4c4c; } .bs-ContentSection-switcher-option:active { background: rgba(0, 0, 0, 0.03); @@ -3299,7 +3299,7 @@ figure.bs-Number > figcaption { left: 20px; right: 0; height: 1px; - background-color: #e6ebf1; + background-color: #fbfbfb; } .bs-LinkList-item:first-child { padding-top: 20px; @@ -3347,13 +3347,13 @@ figure.bs-Number > figcaption { .bs-LinkList-item a .bs-LinkList-copy h2, .bs-LinkList-item a .bs-LinkList-copy h3, .bs-LinkList-item a .bs-LinkList-copy h4 { - color: #3297d3; + color: #000000; } .bs-LinkList-item a:hover .bs-LinkList-copy h1, .bs-LinkList-item a:hover .bs-LinkList-copy h2, .bs-LinkList-item a:hover .bs-LinkList-copy h3, .bs-LinkList-item a:hover .bs-LinkList-copy h4 { - color: #32325d; + color: #4c4c4c; } .bs-LinkList-copy p { color: #000000; @@ -3379,7 +3379,7 @@ figure.bs-Number > figcaption { } .bs-Menu-group { padding: 5px 0; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .bs-Menu-group:last-child { border-bottom: 0; @@ -3397,7 +3397,7 @@ figure.bs-Number > figcaption { display: block; padding: 5px 12px; width: 100%; - color: #3297d3; + color: #000000; font-weight: 500; line-height: 1.6; text-align: left; @@ -3406,8 +3406,8 @@ figure.bs-Number > figcaption { color 0.08s ease-in; } .bs-Menu-item:hover { - background-color: #f6f9fc; - color: #32325d; + background-color: #f7f7f7; + color: #4c4c4c; } .bs-Menu-item.bs-is-disabled, .bs-Menu-item:disabled { @@ -3574,7 +3574,7 @@ figure.bs-Number > figcaption { z-index: 200; margin: 0 auto 20px; width: 450px; - background: #f6f9fc; + background: #f7f7f7; border-radius: 4px; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07), 0 2px 15px rgba(84, 96, 103, 0.25); } @@ -3729,7 +3729,7 @@ figure.bs-Number > figcaption { background-color: #f0f3f5; } .bs-Notice { - box-shadow: inset 0 -1px 0 #e6ebf1; + box-shadow: inset 0 -1px 0 #fbfbfb; } .bs-Notice:first-child { border-top-left-radius: 4px; @@ -3748,7 +3748,7 @@ figure.bs-Number > figcaption { linear-gradient(#fff, #fff); } .bs-Notice--color--offset { - background-color: #f6f9fc; + background-color: #f7f7f7; } .bs-Notice--color--red { background-image: linear-gradient( @@ -3783,7 +3783,7 @@ figure.bs-Number > figcaption { text-transform: uppercase; } .bs-Notice-dismiss:hover { - color: #32325d; + color: #4c4c4c; } .bs-Notice-dismiss:active, .bs-Notice-dismiss:focus { @@ -3814,7 +3814,7 @@ figure.bs-Number > figcaption { display: table-row-group; } .bs-ObjectList-group .bs-ObjectList-row:first-child .bs-ObjectList-cell { - border-top: 2px solid #e6ebf1; + border-top: 2px solid #fbfbfb; } .bs-ObjectList-group:first-child .bs-ObjectList-row:first-child @@ -3851,7 +3851,7 @@ a.bs-ObjectList-row { .bs-ObjectList-row:hover .bs-ObjectList-copy.bs-is-muted, .bs-ObjectList-row:hover .bs-ObjectList-copy.bs-is-reverted, .bs-ObjectList-row:hover code { - color: #32325d; + color: #4c4c4c; } .bs-ObjectList-row:focus:not(:active) { background-color: rgba(50, 151, 211, 0.05); @@ -3869,7 +3869,7 @@ a.bs-ObjectList-row { white-space: nowrap; } .bs-ObjectList-row > .bs-ObjectList-cell { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .bs-ObjectList-row .bs-ObjectList-cell:first-child { padding-left: 20px; @@ -3891,7 +3891,7 @@ a.bs-ObjectList-row { } .bs-ObjectList-cell.bs-is-highlighted, .bs-ObjectList-copy.bs-is-highlighted { - color: #3297d3; + color: #000000; font-weight: 500; } .bs-ObjectList-cell.bs-is-muted, @@ -3980,13 +3980,13 @@ a.bs-ObjectList-row { background-color: #14aad9; } .bs-ObjectList-row--header { - background-color: #f6f9fc; + background-color: #f7f7f7; transform: translateZ(0); } .bs-ObjectList-row--header .bs-ObjectList-cell { padding-top: 6px; padding-bottom: 6px; - color: #32325d; + color: #4c4c4c; font-size: 13px; font-weight: 500; text-transform: uppercase; @@ -3998,7 +3998,7 @@ a.bs-ObjectList-row { .bs-ObjectList-row--divider .bs-ObjectList-cell, .bs-ObjectList-row--divider:first-child .bs-ObjectList-cell, .bs-ObjectList-row--separated .bs-ObjectList-cell { - border-top: 2px solid #e6ebf1; + border-top: 2px solid #fbfbfb; } .bs-ObjectList-row--divider .bs-ObjectList-cell, .bs-ObjectList-row--divider:first-child .bs-ObjectList-cell { @@ -4119,7 +4119,7 @@ a.bs-ObjectList-row { white-space: nowrap; } .bs-ObjectList-rows + .bs-ObjectList-more { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .bs-ObjectList-more-action { display: block; @@ -4145,7 +4145,7 @@ a.bs-ObjectList-row { } .bs-ObjectList-row--expandable { display: table-row-group; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .bs-ObjectList-row--expandable:last-child { border-bottom: 0; @@ -4234,7 +4234,7 @@ a.bs-ObjectList-row { right: 20px; top: 0; display: block; - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .bs-ObjectList-cell--card:after { content: ''; @@ -4679,7 +4679,7 @@ a.bs-ObjectList-row { } .bs-ObjectList-row:hover:not(.bs-is-disabled) .bs-ObjectList-cell > .bs-Badge { box-shadow: inset 0 0 0 1px rgba(66, 71, 112, 0.2); - color: #32325d; + color: #4c4c4c; } .bs-ObjectList-cell .bs-Badge { top: 1px; @@ -4815,7 +4815,7 @@ a.bs-ObjectList-row { .bs-PageHeading--separated { margin: 0; padding: 20px; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .bs-PageHeading--short { padding-bottom: 10px; @@ -4916,11 +4916,11 @@ pre.bs-PropertyList-property { .bs-PropertyList-definition { flex: 1 1 auto; padding: 2px 20px 2px 5px; - color: #32325d; + color: #4c4c4c; line-height: 1.6; } .bs-PropertyList-definition code { - color: #32325d; + color: #4c4c4c; font-size: 13px; font-weight: 400; } @@ -4959,7 +4959,7 @@ pre.bs-PropertyList-property { justify-content: flex-end; margin-top: 10px; padding: 10px 20px; - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .bs-PropertyList--editor .bs-PropertyList-row @@ -5317,7 +5317,7 @@ pre.bs-PropertyList-property { top: 4px; } .bs-Popover-highlight { - color: #32325d; + color: #4c4c4c; font-weight: 500; } .bs-Popover-activate { @@ -5386,7 +5386,7 @@ pre.bs-PropertyList-property { margin-right: 0; } .bs-Source-detail--title { - color: #32325d; + color: #4c4c4c; font-size: 14px; font-weight: 500; line-height: 20px; @@ -5463,7 +5463,7 @@ pre.bs-PropertyList-property { padding-top: 5px; } .bs-Stat-copy-title { - color: #32325d; + color: #4c4c4c; font-family: Camphor, Segoe UI, Open Sans, sans-serif; font-size: 14px; font-weight: 500; @@ -5492,7 +5492,7 @@ pre.bs-PropertyList-property { display: flex; } .bs-StatGroup .bs-Stat { - border-right: 1px solid #e6ebf1; + border-right: 1px solid #fbfbfb; } .bs-StatGroup .bs-Stat:last-child { border-right: 0; @@ -5523,10 +5523,10 @@ pre.bs-PropertyList-property { font-size: 15px; } .bs-Table-row.bs-is-highlighted .bs-Table-cell.bs-is-highlighted { - color: #32325d; + color: #4c4c4c; } .bs-Table-row--divider .bs-Table-cell { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .bs-Table-head .bs-Table-cell, .bs-Table-head .bs-Table-cell.bs-is-highlighted { @@ -5646,8 +5646,8 @@ pre.bs-PropertyList-property { } .bs-ObjectList .bs-Table-cell { padding: 0; - border-bottom: 1px solid #e6ebf1; - border-top: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; + border-top: 1px solid #fbfbfb; } .bs-ObjectList + .bs-Table-row--divider { border-top: 0; @@ -5672,7 +5672,7 @@ pre.bs-PropertyList-property { .bs-Tail--separated { margin: 0; padding: 20px; - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .bs-Tail--short { padding-bottom: 10px; @@ -5690,7 +5690,7 @@ pre.bs-PropertyList-property { border: 0; display: flex; padding: 12px 20px; - box-shadow: inset 0 -1px 0 #e6ebf1; + box-shadow: inset 0 -1px 0 #fbfbfb; } .bs-Timeline:first-child .bs-Timeline-row:first-child { border-top-left-radius: 4px; @@ -5743,12 +5743,12 @@ pre.bs-PropertyList-property { z-index: 4; } .bs-Timeline-row--reveal { - color: #3297d3; + color: #000000; font-weight: 500; text-align: left; } .bs-Timeline-row--reveal:hover { - color: #32325d; + color: #4c4c4c; } .bs-Timeline-content { flex: 1 1 auto; @@ -5762,7 +5762,7 @@ pre.bs-PropertyList-property { word-break: break-word; } .bs-Timeline-title strong { - color: #32325d; + color: #4c4c4c; font-weight: 500; } .bs-Timeline-title em { @@ -5840,7 +5840,7 @@ pre.bs-PropertyList-property { cursor: pointer; } .bs-Toggle-button:hover { - color: #32325d; + color: #4c4c4c; } .bs-Toggle-button.bs-is-selected, .bs-Toggle-source:checked + .bs-Toggle-button { @@ -5982,7 +5982,7 @@ pre.bs-PropertyList-property { .bs-VerticalMenu-item:active, .bs-VerticalMenu-item:focus, .bs-VerticalMenu-item:hover { - color: #32325d; + color: #4c4c4c; } .bs-VerticalMenu-item a { padding: 0 15px; @@ -5992,7 +5992,7 @@ pre.bs-PropertyList-property { .bs-VerticalMenu-item:hover a:active, .bs-VerticalMenu-item:hover a:focus, .bs-VerticalMenu-item:hover a:hover { - color: #32325d; + color: #4c4c4c; } .bs-VerticalMenu-item.bs-is-selected a { color: #14aad9; @@ -6089,7 +6089,7 @@ pre.bs-PropertyList-property { line-height: 1.6; } .bs-Checkbox:hover .bs-Checkbox-label { - color: #32325d; + color: #4c4c4c; } .bs-Checkbox.bs-is-invalid .bs-Checkbox-label, .bs-Fieldset-row.bs-is-invalid .bs-Checkbox-label { @@ -6189,7 +6189,7 @@ pre.bs-PropertyList-property { .bs-Fieldset { margin: 0; padding: 10px 0; - background-color: #f6f9fc; + background-color: #f7f7f7; border: 0; } .bs-Fieldset--white { @@ -6210,7 +6210,7 @@ pre.bs-PropertyList-property { right: 20px; display: block; height: 1px; - background-color: #e6ebf1; + background-color: #fbfbfb; } .bs-Fieldset-legend h3, .bs-Fieldset-legend h4, @@ -6241,7 +6241,7 @@ pre.bs-PropertyList-property { align-self: flex-start; flex: 30% 0 0; padding: 4px 5px 0 0; - color: #32325d; + color: #4c4c4c; line-height: 1.6; text-align: right; } @@ -6305,7 +6305,7 @@ pre.bs-PropertyList-property { } .bs-Fieldset-value { padding-top: 4px; - color: #32325d; + color: #4c4c4c; font-weight: 500; line-height: 1.6; white-space: nowrap; @@ -6370,10 +6370,10 @@ pre.bs-PropertyList-property { flex: 100% 0 0; } .bs-Fieldset-row--toggle .bs-Fieldset-row:nth-child(2) { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .bs-Fieldset-row--toggle .bs-Fieldset-row:last-child { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .bs-Fieldset-row--toggle.bs-is-collapsed .bs-Fieldset-row { display: none; @@ -6530,7 +6530,7 @@ pre.bs-PropertyList-property { line-height: 1.6; } .bs-Radio:hover .bs-Radio-label { - color: #32325d; + color: #4c4c4c; } .bs-Fieldset-row.bs-is-invalid .bs-Radio-label, .bs-Radio.bs-is-invalid .bs-Radio-label { @@ -6755,7 +6755,7 @@ pre.bs-PropertyList-property { .bs-TextInputExtension-extension { flex: 0 0 auto; padding: 4px 7px 2px; - background: #f6f9fc; + background: #f7f7f7; color: #6b7c93; white-space: nowrap; } @@ -6776,7 +6776,7 @@ pre.bs-PropertyList-property { .bs-TextInputExtension .bs-TextInputExtension-extension, .bs-TextInputExtension.bs-is-disabled .bs-TextInputExtension-extension { - background: #e6ebf1; + background: #fbfbfb; color: #8898aa; } .bs-TextInputExtension .bs-TextInput { @@ -6848,7 +6848,7 @@ pre.bs-PropertyList-property { border-top-right-radius: 0; } .bs-TextInputGroup--horizontal .bs-TextInput { - border-right: 1px solid #e6ebf1; + border-right: 1px solid #fbfbfb; } .bs-TextInputGroup--horizontal .bs-TextInput:focus { border-right-color: transparent; @@ -6861,7 +6861,7 @@ pre.bs-PropertyList-property { border-color: rgba(226, 89, 80, 0.1); } .bs-TextInputGroup--vertical .bs-TextInput { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .bs-TextInputGroup--vertical .bs-TextInput:focus { border-bottom-color: transparent; @@ -7163,7 +7163,7 @@ pre.bs-PropertyList-property { padding: 15px; width: 260px; background-color: #f7f9fa; - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; border-radius: 4px; } .bs-Doc-sheet { @@ -7300,7 +7300,7 @@ pre.bs-PropertyList-property { } .bs-BD-section { padding: 45px; - border-top: 2px solid #e6ebf1; + border-top: 2px solid #fbfbfb; } .bs-BD-section > h2 code { font-size: inherit; @@ -7314,7 +7314,7 @@ pre.bs-PropertyList-property { .bs-BD-section-part { margin-top: 30px; padding-top: 30px; - border-top: 2px solid #e6ebf1; + border-top: 2px solid #fbfbfb; } .bs-BD-section-part > h3 code { font-size: inherit; @@ -8858,8 +8858,8 @@ html .modal-dialog-view div.modal div.modal-content p { } html .modal-dialog-view div.modal div.modal-header { text-shadow: none; - background: #f6f9fc; - border-bottom: 1px solid #e6ebf1; + background: #f7f7f7; + border-bottom: 1px solid #fbfbfb; box-shadow: none; height: auto; } @@ -10251,7 +10251,7 @@ html.db-NewChrome .chart-view div.head span.title { html.db-NewChrome div.account-application-view div.status { background: #fff; border: none; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } html.db-NewChrome div.account-application-view div.status:after, html.db-NewChrome div.account-application-view div.status:before { @@ -15031,7 +15031,7 @@ strong.button.grey span { display: block; color: #333; text-shadow: 0 1px 0 #fff; - background: #f6f9fc; + background: #f7f7f7; background: #eff1f4; background: linear-gradient(#f7f8fa, #eff1f4); -ms-box-shadow: inset 0 1px 0 #fff; @@ -15984,7 +15984,7 @@ div.filter-view div.row label { position: relative; z-index: 10; display: block; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; padding: 10px; } div.filter-view div.row label input { @@ -15999,8 +15999,8 @@ div.filter-view div.row label span { div.filter-view div.row div.row-content { padding: 10px; position: relative; - background: #f6f9fc; - border-bottom: 1px solid #e6ebf1; + background: #f7f7f7; + border-bottom: 1px solid #fbfbfb; border-top: none; } div.filter-view div.row div.row-content input[type='text'] { @@ -16109,7 +16109,7 @@ div.filter-view div.row:last-child label { border: none; } div.filter-view div.row:last-child div.row-content { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; border-bottom: none; } .date-filter .timezone { @@ -16553,8 +16553,8 @@ div.pagination div.position strong { position: relative; z-index: 30; text-shadow: none; - background: #f6f9fc; - border-bottom: 1px solid #e6ebf1; + background: #f7f7f7; + border-bottom: 1px solid #fbfbfb; box-shadow: none; height: auto; } @@ -16835,7 +16835,7 @@ div.transfer-view > div.detail-container span.footnote { div.transfer-view > div.detail-container .other_transfers { padding: 10px; margin: 10px; - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; font-size: 12px; } div.transfer-view > div.detail-container div.section-wrap h4 { @@ -26540,7 +26540,7 @@ div.notice { font-size: 13px; line-height: 20px; border-radius: 4px; - background: #f1f1f1; + background: #fbfbfb; border: 1px solid #c8c8c8; -ms-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 #fff; -o-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 #fff; @@ -27186,10 +27186,10 @@ div.items-list a:hover em.long-label:after { background-image: linear-gradient(0, hsla(0, 0%, 98%, 0), #f9f9f9); } div.items-list a:active { - background-color: #f5f5f5; + background-color: #f7f7f7; } div.items-list a:active em.long-label:after { - background-image: linear-gradient(0, hsla(0, 0%, 96%, 0), #f5f5f5); + background-image: linear-gradient(0, hsla(0, 0%, 96%, 0), #f7f7f7); } div.items-list a.deleted { text-decoration: line-through; @@ -45826,7 +45826,7 @@ div.coinbase-bitcoin-activate-view div.florida-notice.visible { .page-wrapper div#wrap { position: relative; min-height: 100%; - background-color: #fdfdfd; + background-color: #f7f7f7; } #login div#login-background, @@ -46571,7 +46571,7 @@ div.coinbase-bitcoin-activate-view div.florida-notice.visible { } #login div#footer a strong, .page-wrapper div#footer a strong { - color: #3297d3; + color: #000000; font-weight: 700; } #login div#footer a span, @@ -46747,9 +46747,9 @@ html.placeholder #login p.remember label { width: 23px; } .code-puncher .code-minibox-group { - -ms-box-shadow: inset 0 9px 1px -8px #e6ebf1; - -o-box-shadow: inset 0 9px 1px -8px #e6ebf1; - box-shadow: inset 0 9px 1px -8px #e6ebf1; + -ms-box-shadow: inset 0 9px 1px -8px #fbfbfb; + -o-box-shadow: inset 0 9px 1px -8px #fbfbfb; + box-shadow: inset 0 9px 1px -8px #fbfbfb; border-radius: 5px; background-color: #fff; border: 1px solid #9d9d9d; @@ -47954,7 +47954,7 @@ div.ui-datepicker.bezeled td a:active { -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 #fff; -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 #fff; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 #fff; - background-color: #f6f9fc; + background-color: #f7f7f7; border: 1px solid #adb2bb; border-top-color: #bfc3ca; color: #555; @@ -49521,7 +49521,7 @@ body[dir='rtl'] .fixedDataTableColumnResizerLineLayout_main { .public_fixedDataTable_hasBottomBorder, .public_fixedDataTable_header, .public_fixedDataTable_main { - border-color: #e6ebf1; + border-color: #fbfbfb; } .public_fixedDataTable_header .public_fixedDataTableCell_main { font-weight: 700; @@ -49533,7 +49533,7 @@ body[dir='rtl'] .fixedDataTableColumnResizerLineLayout_main { } .public_fixedDataTable_footer .public_fixedDataTableCell_main { background-color: #f6f7f8; - border-color: #e6ebf1; + border-color: #fbfbfb; } .public_fixedDataTable_topShadow { background: 0 0 @@ -49550,7 +49550,7 @@ body[dir='rtl'] .fixedDataTableColumnResizerLineLayout_main { } .public_fixedDataTableCell_main { background-color: #fff; - border-color: #e6ebf1; + border-color: #fbfbfb; } .public_fixedDataTableCell_highlighted { background-color: #f4f4f4; @@ -49572,7 +49572,7 @@ body[dir='rtl'] .fixedDataTableColumnResizerLineLayout_main { background-color: #f6f7f8; } .public_fixedDataTableRow_fixedColumnsDivider { - border-color: #e6ebf1; + border-color: #fbfbfb; } .public_fixedDataTableRow_columnsShadow { background: 0 0 diff --git a/accounts/public/assets/css/newdashboard.css b/accounts/public/assets/css/newdashboard.css index ac2638a3ef..a202c2899f 100755 --- a/accounts/public/assets/css/newdashboard.css +++ b/accounts/public/assets/css/newdashboard.css @@ -101,7 +101,7 @@ opacity: 1; } .db-Account:hover .db-Account-nickname { - color: #32325d; + color: #4c4c4c; } .db-Account-image, .db-Account-image-content, @@ -658,7 +658,7 @@ html.db-NewChrome body { } .db-Sidebar-link:hover { font-weight: 500; - color: #32325d; + color: #4c4c4c; text-decoration: none; } .db-Sidebar-link--popover { @@ -948,7 +948,7 @@ html.db-NewChrome body { left: -11px; } .db-ContentTabs-tab a:not(.db-is-selected):hover { - color: #32325d; + color: #4c4c4c; text-decoration: none; } .db-ContentTabs-tab .db-is-selected { @@ -981,7 +981,7 @@ html.db-NewChrome body { right: 81px; } .db-EventDetail-webhook .db-EventDetail-webhookJSON { - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; font-size: 11px; line-height: 18px; padding: 4px 0 4px 8px; @@ -1107,7 +1107,7 @@ html.db-NewChrome body { width: 330px; } .db-Chrome .db-FeedbackInput-container { - background-color: #f6f9fc; + background-color: #f7f7f7; height: 30px; padding-top: 1px; } @@ -1321,7 +1321,7 @@ html.db-NewChrome body { } .db-FixedPopover { position: absolute; - background: #f6f9fc; + background: #f7f7f7; box-shadow: 0 0 0 1px rgba(136, 152, 170, 0.1), 0 15px 35px 0 rgba(49, 49, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.08); border-radius: 4px; @@ -1445,7 +1445,7 @@ html.db-NewChrome body { .db-LivemodeSwitcher.db-is-livemode:hover:not(.db-is-disabled) .db-LivemodeSwitcher-label { font-weight: 500; - color: #32325d; + color: #4c4c4c; } .db-LivemodeSwitcher .db-LivemodeSwitcher-switch { display: inline-flex; @@ -1531,7 +1531,7 @@ html.db-NewChrome body { .db-MenuItem--notHighlighted:not(:last-child):after { content: ''; position: absolute; - background: #e6ebf1; + background: #fbfbfb; left: 8px; right: 0; bottom: 0; @@ -1652,7 +1652,7 @@ html.db-NewChrome body { background: #ecfaff; border-radius: 3px; height: 20px; - color: #3297d3; + color: #000000; font-weight: 500; padding: 0 6px; display: inline-block; @@ -1707,7 +1707,7 @@ html.db-NewChrome body { .db-SearchField--tokenizable .public-DraftStyleDefault-block { font-size: 14px; line-height: 20px; - color: #32325d; + color: #4c4c4c; margin-top: 3px; overflow: hidden; white-space: pre; @@ -1828,7 +1828,7 @@ html.db-NewChrome body { border-radius: 0; } .db-SearchResults.db-is-livemode .db-SearchResults-inner { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .db-SearchResults-info { min-height: 100px; @@ -1863,7 +1863,7 @@ html.db-NewChrome body { text-decoration: none; } .db-SearchResults-item.db-is-selected { - background: #f6f9fc; + background: #f7f7f7; color: #43458b; } .db-SearchResults-item:not(:last-child):not(.db-is-selected):after { @@ -2134,7 +2134,7 @@ html.db-NewChrome body { font-weight: 500; } .db-TransferDetail-transactionsFootnote { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; padding: 12px 20px; } .db-TransferDetail-retriedTransfer { @@ -2149,7 +2149,7 @@ html.db-NewChrome body { padding: 20px; } .db-TransferDetail-feeAmount { - color: #32325d; + color: #4c4c4c; font-weight: 300; } .db-PayoutDetail-header { @@ -2175,7 +2175,7 @@ html.db-NewChrome body { font-weight: 500; } .db-PayoutDetail-transactionsFootnote { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; padding: 12px 20px; } .db-PayoutDetail-retriedPayout { @@ -2190,7 +2190,7 @@ html.db-NewChrome body { padding: 20px; } .db-PayoutDetail-feeAmount { - color: #32325d; + color: #4c4c4c; font-weight: 300; } .db-PayoutDetail-noticeOutcome { @@ -2313,14 +2313,14 @@ html.db-NewChrome body { } .db-Reload-link { cursor: pointer; - color: #3297d3; + color: #000000; font-weight: 500; display: inline-block; text-decoration: underline; } .db-JsonDisplay { background-color: #fff; - color: #32325d; + color: #4c4c4c; font-size: 13px; line-height: 23px; height: auto; @@ -2334,7 +2334,7 @@ html.db-NewChrome body { padding-left: 70px; padding-right: 20px; font-family: Source Code Pro, Courier New, Courier, monospace; - color: #32325d; + color: #4c4c4c; } .db-JsonDisplay-line:first-child, .db-JsonDisplay-line:first-child:before { @@ -2369,7 +2369,7 @@ html.db-NewChrome body { } .db-JsonDisplay-boolean { font-weight: 600; - color: #3297d3; + color: #000000; } .db-JsonDisplay-null { color: #e39f48; @@ -2389,7 +2389,7 @@ html.db-NewChrome body { } .db-LineChart-lineChartContainer { position: relative; - background: #f6f9fc; + background: #f7f7f7; } .db-LineChart-lineChart { padding: 18px 48px; @@ -2469,7 +2469,7 @@ html.db-NewChrome body { right: 0; top: 0; height: 1px; - background: #e6ebf1; + background: #fbfbfb; } .db-LineChart-xLegend.db-animate-enter, .db-LineChart-xLegend.db-animate-leave.db-animate-leave-active, @@ -2505,8 +2505,8 @@ html.db-NewChrome body { } .db-MultiEmailInput .db-MultiEmailInput-email { border-radius: 100px; - background-color: #e6ebf1; - color: #32325d; + background-color: #fbfbfb; + color: #4c4c4c; padding: 4px 8px 5px; } .db-MultiEmailInput .public-DraftEditorPlaceholder-root { @@ -2520,7 +2520,7 @@ html.db-NewChrome body { flex-direction: row; justify-content: space-between; padding: 12px 20px; - box-shadow: inset 20px 0 0 #f6f9fc, inset 0 -1px 0 #e6ebf1; + box-shadow: inset 20px 0 0 #f7f7f7, inset 0 -1px 0 #fbfbfb; } .db-NotificationSettings:last-child { box-shadow: none; @@ -2644,7 +2644,7 @@ html.db-NewChrome body { justify-content: center; text-align: center; z-index: 12; - background: #e6ebf1; + background: #fbfbfb; border: 4px dashed #aab7c4; } .db-Copilot-container--collapsed { @@ -2669,7 +2669,7 @@ html.db-NewChrome body { } .db-Copilot-splashChoice { background: none; - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; border-radius: 4px; text-align: left; width: 100%; @@ -2681,7 +2681,7 @@ html.db-NewChrome body { width: 20px; height: 20px; border-radius: 50%; - background: #e6ebf1; + background: #fbfbfb; } .db-Copilot-container--prechatForm { padding: 0; @@ -2749,12 +2749,12 @@ html.db-NewChrome body { color: #68d4f8; } .db-Copilot-messageContainer--visitor .db-Copilot-messageLink:hover { - color: #f6f9fc; + color: #f7f7f7; } .db-Copilot-messageContainer--agent .db-Copilot-message { align-self: flex-start; color: #1f2d3d; - background-color: #e6ebf1; + background-color: #fbfbfb; } .db-Copilot-messageContainer--agent + .db-Copilot-messageContainer--visitor, .db-Copilot-messageContainer--visitor + .db-Copilot-messageContainer--agent { @@ -2798,7 +2798,7 @@ html.db-NewChrome body { z-index: 11; height: 25px; padding: 4px 7px; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .db-Copilot-clearFile { flex-shrink: 0; @@ -3000,7 +3000,7 @@ html.db-NewChrome body { color: #000000; } .db-DateRangeInput.db-is-disabled { - background-color: #f6f9fc; + background-color: #f7f7f7; box-shadow: none; } .db-DateRangeInput.db-is-disabled:hover { @@ -3107,7 +3107,7 @@ html.db-NewChrome body { line-height: 36px; } .db-MoneyTransmission-receiptTableRow { - color: #32325d; + color: #4c4c4c; } .db-MoneyTransmission-receiptTable .db-MoneyTransmission-receiptTableDummyCell { border-bottom: 0; @@ -3118,7 +3118,7 @@ html.db-NewChrome body { white-space: nowrap; } .db-MoneyTransmission-disclosureContainer pre { - background-color: #f6f9fc; + background-color: #f7f7f7; display: inline-block; margin-top: 5px; padding: 5px 10px; @@ -3236,7 +3236,7 @@ html.db-NewChrome body { background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNjc3MkU1IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjI5NiAxMC4wMDVhLjY5NS42OTUgMCAwIDAgLjQ5Ni0uMjAybDQuNTk2LTQuNTk2YS43MDQuNzA0IDAgMCAwLS4wMDctLjk5OC43MS43MSAwIDAgMC0xLS4wMDhMNi4yOTcgOC4yODggMi4yMDkgNC4yYS43MS43MSAwIDAgMC0uOTk4LjAwOC43MDQuNzA0IDAgMCAwLS4wMDcuOTk4bDQuNTk1IDQuNTk2YS42OTUuNjk1IDAgMCAwIC40OTcuMjAyeiIvPjwvc3ZnPg=='); } .db-Trends-content { - background-color: #f6f9fc; + background-color: #f7f7f7; min-height: 40px; position: relative; } @@ -3397,7 +3397,7 @@ html.db-NewChrome body { margin-left: 8px; } .db-Trend-colComparison { - color: #3297d3; + color: #000000; } .db-Trend-colChart { flex-basis: 50%; @@ -3493,7 +3493,7 @@ div.db-Trend-groupChart { .db-HomeWelcome-headerTitle { font-weight: 300; font-size: 28px; - color: #32325d; + color: #4c4c4c; line-height: 50px; margin: 0; } @@ -3517,8 +3517,8 @@ div.db-Trend-groupChart { color: #43458b; } .db-HomeWelcome-content { - border-top: 1px solid #e6ebf1; - background: #f6f9fc; + border-top: 1px solid #fbfbfb; + background: #f7f7f7; padding: 13px 30px; } .db-HomeWelcome-item { @@ -3603,10 +3603,10 @@ div.db-Trend-groupChart { } .db-HomeWelcome-link:hover { text-decoration: none; - color: #32325d; + color: #4c4c4c; } .db-HomeWelcome-link:hover strong { - color: #32325d; + color: #4c4c4c; } .db-Task { font-size: 14px; @@ -3635,13 +3635,13 @@ div.db-Trend-groupChart { position: relative; display: inline-block; white-space: nowrap; - color: #3297d3; + color: #000000; } .db-Task--info .db-Task-directive { color: inherit; } .db-Task-directive strong { - color: #3297d3; + color: #000000; } .db-Task--info .db-Task-directive strong { color: inherit; @@ -3653,7 +3653,7 @@ div.db-Trend-groupChart { transform: inherit; } .db-Task:hover .db-Task-directive { - color: #3297d3; + color: #000000; } .db-Task--info:hover .db-Task-directive { color: inherit; @@ -3673,7 +3673,7 @@ div.db-Trend-groupChart { .db-Tasks { position: relative; padding: 17px 20px; - background-color: #f6f9fc; + background-color: #f7f7f7; } .db-HomeTasks-title { color: #000000; @@ -3796,7 +3796,7 @@ div.db-Trend-groupChart { .db-DailyComparison { -webkit-print-color-adjust: exact; background-color: transparent; - color: #32325d; + color: #4c4c4c; } .db-DailyComparison-chartToggle, .db-DailyComparison-compareToDateHandle { @@ -3844,8 +3844,8 @@ div.db-Trend-groupChart { 90deg, rgba(246, 249, 252, 0), rgba(246, 249, 252, 0) 25%, - #f6f9fc 40%, - #f6f9fc 42%, + #f7f7f7 40%, + #f7f7f7 42%, rgba(246, 249, 252, 0) 57% ); } @@ -3886,10 +3886,10 @@ div.db-Trend-groupChart { cursor: pointer; } .db-ListViewItem-header { - background-color: #f6f9fc; + background-color: #f7f7f7; } .db-ListViewItem-cell { - box-shadow: inset 0 -1px #e6ebf1; + box-shadow: inset 0 -1px #fbfbfb; } .db-ListViewItem-cellContent .db-ListViewItem-text { white-space: inherit; @@ -3924,7 +3924,7 @@ div.db-Trend-groupChart { } .db-ListViewItem--hasLink:hover, .db-ListViewItem--hasLink:hover .db-ListViewItem-link .db-ListViewItem-text { - color: #32325d; + color: #4c4c4c; } .db-ListViewItem-link { text-decoration: none; @@ -3933,10 +3933,10 @@ div.db-Trend-groupChart { display: block; } .db-ListViewItem--hasLink:active { - background-color: #f6f9fc; + background-color: #f7f7f7; } .db-ListViewItem-actionsSeparator { - background-color: #e6ebf1; + background-color: #fbfbfb; } .db-ListViewItem .db-ListViewItem-actions { max-height: 20px; @@ -3993,7 +3993,7 @@ div.db-Trend-groupChart { height: 872px; } .db-AnalyticsSection { - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; border-radius: 4px; } .db-ShieldSection-badge--animation-enter { @@ -4027,7 +4027,7 @@ div.db-Trend-groupChart { .db-UpgradeModal-heading { font-size: 40px; font-weight: 300; - color: #32325d; + color: #4c4c4c; margin-bottom: 4px; text-align: center; } @@ -4513,7 +4513,7 @@ div.db-Trend-groupChart { flex-grow: 1; } .db-BusinessSettings-warning { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .db-BusinessSettings-testDataSpinner, .db-PCICompliance-contentLoading { @@ -4543,7 +4543,7 @@ div.db-Trend-groupChart { margin-top: 20px; } .db-PCICompliance-survey { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; padding-left: 50px; padding-top: 20px; list-style-type: none; @@ -4621,8 +4621,8 @@ div.db-Trend-groupChart { display: table-row; line-height: 26px; align-items: center; - color: #32325d; - border-bottom: 1px solid #e6ebf1; + color: #4c4c4c; + border-bottom: 1px solid #fbfbfb; } .db-Role:last-child { border: none; @@ -4697,7 +4697,7 @@ div.db-Trend-groupChart { transform: translateZ(0); } .db-RoleEditor .bs-Table-head { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .db-RoleEditor .bs-Table-head .bs-Table-cell { color: #6b7c93; @@ -4731,7 +4731,7 @@ div.db-Trend-groupChart { } .db-RoleEditor-row--subRow, .db-RoleEditor-row--subRowDark { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } .db-RoleEditor-row--subRow .db-RoleEditor-descriptionColumn, .db-RoleEditor-row--subRowDark .db-RoleEditor-descriptionColumn { @@ -4814,7 +4814,7 @@ div.db-Trend-groupChart { margin: 16px 20px; } .db-RoleRadioListLabel-popoverHeader { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; margin: 16px 0; padding: 0 20px; padding-bottom: 16px; @@ -4863,7 +4863,7 @@ div.db-Trend-groupChart { flex-direction: column; background-color: hsla(0, 0%, 100%, 0.55); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; border-radius: 4px; align-items: center; justify-content: center; @@ -4953,7 +4953,7 @@ div.db-Trend-groupChart { .db-CustomizeEmailReceiptDesign-optionsCardIcon { box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.18); padding: 4px; - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; border-radius: 50%; } .db-CustomizeEmailReceiptDesign-optionsCardIcon, @@ -5164,7 +5164,7 @@ div.db-Trend-groupChart { } .db-DeveloperChart-stack { height: 100%; - box-shadow: inset 0 -1px #e6ebf1; + box-shadow: inset 0 -1px #fbfbfb; } .db-DeveloperChart--empty { height: 100%; @@ -5213,13 +5213,13 @@ div.db-Trend-groupChart { grid-auto-flow: row; } .db-Tiles-divider--bottomRight { - box-shadow: inset -1px -1px #e6ebf1; + box-shadow: inset -1px -1px #fbfbfb; } .db-Tiles-divider--bottom { - box-shadow: inset 0 -1px #e6ebf1; + box-shadow: inset 0 -1px #fbfbfb; } .db-Tiles-divider--right { - box-shadow: inset -1px 0 #e6ebf1; + box-shadow: inset -1px 0 #fbfbfb; } .db-RunkitEmbed iframe { position: relative; @@ -5272,7 +5272,7 @@ div.db-Trend-groupChart { box-sizing: border-box; transition: opacity 0.25s ease-in-out; opacity: 1; - background-color: #f6f9fc; + background-color: #f7f7f7; } .db-SigmaIndex-container--loading { opacity: 0; @@ -5302,7 +5302,7 @@ div.db-Trend-groupChart { display: flex; justify-content: space-between; padding: 20px 20px 20px 13px; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; position: relative; min-height: 79px; } @@ -5351,7 +5351,7 @@ div.db-Trend-groupChart { display: block; cursor: pointer; font-weight: 400; - color: #32325d; + color: #4c4c4c; font-size: 14px; line-height: 28px; margin-right: 24px; @@ -5360,7 +5360,7 @@ div.db-Trend-groupChart { color: #14aad9; } .db-SigmaSidebar-sectionFixedContent { - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; padding: 8px 20px; } .db-SigmaSidebar-tabs { @@ -5371,7 +5371,7 @@ div.db-Trend-groupChart { display: block; cursor: pointer; font-weight: 400; - color: #32325d; + color: #4c4c4c; padding: 0 12px; font-size: 14px; line-height: 28px; @@ -5425,7 +5425,7 @@ div.db-Trend-groupChart { } .db-SigmaSidebar-footerDocsLink, .db-SigmaSidebar-footerFeedbackLink { - color: #32325d; + color: #4c4c4c; } .db-SigmaSidebar-footerDocsLink:hover, .db-SigmaSidebar-footerFeedbackLink:hover { @@ -5537,7 +5537,7 @@ div.db-Trend-groupChart { } .db-QueryEntry-row:last-child .db-QueryEntry-content { padding-bottom: 16px; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .db-QueryEntry-spacer { width: 36px; @@ -5623,7 +5623,7 @@ div.db-Trend-groupChart { margin-bottom: 3px; } .db-QueryTemplates-query:hover .db-QueryTemplates-queryTitle { - color: #32325d; + color: #4c4c4c; } .db-QueryTemplates-query.bs-is-active .db-QueryTemplates-queryTitle { font-weight: 600; @@ -5766,7 +5766,7 @@ div.db-Trend-groupChart { padding: 0 20px; } .db-SchemaBrowser-tableName:hover { - color: #32325d; + color: #4c4c4c; } .db-SchemaBrowser-columnAnimationContainer { display: flex; @@ -5839,7 +5839,7 @@ div.db-Trend-groupChart { .db-SchemaBrowserColumn-name--pk, .db-SchemaBrowserColumn-type--fk, .db-SchemaBrowserColumn-type--pk { - color: #3297d3; + color: #000000; } .db-SchemaBrowserColumn.bs-is-active { background-color: #e3eaff; @@ -6081,10 +6081,10 @@ div.db-Trend-groupChart { } .CodeMirror-hint-active, .CodeMirror-hint:nth-child(2n).CodeMirror-hint-active { - background-color: #e6ebf1; + background-color: #fbfbfb; border-bottom-color: #0e74c3; border-top-color: #369ad9; - color: #32325d; + color: #4c4c4c; } .db-QueryEditor-hintContainer { padding: 5px 10px; @@ -6140,7 +6140,7 @@ div.db-Trend-groupChart { } .db-QueryTitleEditor-title { font-size: 20px; - color: #32325d; + color: #4c4c4c; } .db-QueryTitleEditor .bs-TextInput { flex: 1; @@ -6236,7 +6236,7 @@ div.db-Trend-groupChart { font-size: 13px; } .db-ResultsHeader:hover { - color: #32325d; + color: #4c4c4c; } .db-ResultsHeader-cell { display: flex; @@ -6272,8 +6272,8 @@ div.db-Trend-groupChart { 180deg, #fff, #fff 35px, - #e6ebf1 0, - #e6ebf1 36px, + #fbfbfb 0, + #fbfbfb 36px, #fff 0 ); } @@ -6342,7 +6342,7 @@ div.db-Trend-groupChart { background: none; } .db-ResultsTable .public_fixedDataTableRow_main.db-ResultsTable-table-row { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; font-size: 13px; } .db-ResultsTable .fixedDataTableCellLayout_columnResizerContainer { @@ -6358,7 +6358,7 @@ div.db-Trend-groupChart { .db-ResultsTable .fixedDataTableCellLayout_columnResizerKnob:after { content: ''; display: block; - background-color: #e6ebf1; + background-color: #fbfbfb; position: relative; width: 1px; margin: 6px auto; @@ -6421,7 +6421,7 @@ div.db-Trend-groupChart { } .db-ActivationModal-heading { font-size: 28px; - color: #32325d; + color: #4c4c4c; margin-bottom: 15px; font-weight: 700; margin-top: auto; @@ -6430,7 +6430,7 @@ div.db-Trend-groupChart { .db-ActivationModal-title { font-weight: 300; font-size: 34px; - color: #32325d; + color: #4c4c4c; line-height: 44px; margin-bottom: 10px; } @@ -6490,7 +6490,7 @@ div.db-Trend-groupChart { .db-IntroModal-heading { font-size: 40px; font-weight: 300; - color: #32325d; + color: #4c4c4c; margin-bottom: 4px; text-align: center; } @@ -6611,7 +6611,7 @@ div.db-Trend-groupChart { } .db-PricingSlider-totalsCostNumber, .db-PricingSlider-totalsTransactionsNumber { - color: #32325d; + color: #4c4c4c; font-size: 24px; font-weight: 500; } @@ -6621,7 +6621,7 @@ div.db-Trend-groupChart { padding-top: 10px; } .db-PricingSlider-processingEstimate { - color: #32325d; + color: #4c4c4c; } .db-PricingSlider-slider { height: 70px; @@ -6662,7 +6662,7 @@ div.db-Trend-groupChart { .db-PricingSlider-label { font-size: 14px; line-height: 22px; - color: #32325d; + color: #4c4c4c; position: relative; display: block; margin: auto; @@ -6700,7 +6700,7 @@ div.db-Trend-groupChart { display: block; width: 1px; height: 18px; - background-color: #32325d; + background-color: #4c4c4c; } .db-PricingSlider-rail { position: absolute; @@ -6792,7 +6792,7 @@ div.db-Trend-groupChart { } .db-SigmaUpgradeModal-header { font-size: 28px; - color: #32325d; + color: #4c4c4c; margin-bottom: 15px; } .db-SigmaUpgradeModal-subHeader { @@ -6807,13 +6807,13 @@ div.db-Trend-groupChart { } .db-SigmaUpgradeModal-subheading { font-size: 14px; - color: #32325d; + color: #4c4c4c; margin-bottom: 20px; } .db-SigmaUpgradeModal-divider { height: 2px; width: 100%; - background-color: #e6ebf1; + background-color: #fbfbfb; margin-bottom: 20px; } .db-SigmaUpgradeModal-question { @@ -6825,7 +6825,7 @@ div.db-Trend-groupChart { margin-bottom: 10px; } .db-SigmaUpgradeModal-answer { - color: #32325d; + color: #4c4c4c; margin-bottom: 10px; line-height: 22px; } @@ -6836,7 +6836,7 @@ div.db-Trend-groupChart { .db-SigmaUpgradeModal-footer { display: flex; flex-direction: row; - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; padding: 20px; } .db-SigmaUpgradeModal-footerRow { @@ -6859,7 +6859,7 @@ div.db-Trend-groupChart { flex-grow: 1; } .db-SigmaUpgradeModal-notNowButton { - color: #32325d; + color: #4c4c4c; font-size: 16px; } .db-SigmaUpgradeModal-notNowButton:before { @@ -6891,7 +6891,7 @@ div.db-Trend-groupChart { font-size: 20px; } .db-SigmaUpgradeModal-usageNumber { - color: #32325d; + color: #4c4c4c; font-weight: 500; font-size: 24px; } @@ -6935,7 +6935,7 @@ div.db-Trend-groupChart { .db-StateChangedModal-header { font-size: 24px; margin-bottom: 10px; - color: #32325d; + color: #4c4c4c; } .db-StateChangedModal-content { background: #fff; @@ -6943,7 +6943,7 @@ div.db-Trend-groupChart { } .db-StateChangedModal-subheading { font-size: 14px; - color: #32325d; + color: #4c4c4c; margin-bottom: 20px; } .db-UnsavedChangesModal-doNotSaveButton { @@ -6959,7 +6959,7 @@ div.db-Trend-groupChart { color: #e04c4c; } .db-Banners { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .db-Banners-subscriptionActions { height: 45px; @@ -7026,7 +7026,7 @@ div.db-Trend-groupChart { } .db-MonthlyRepeatDayNumberTable-day.bs-is-selected, .db-MonthlyRepeatDayNumberTable-day:hover { - color: #f6f9fc; + color: #f7f7f7; } .db-MonthlyRepeatDayNumberTable-day:hover { background-color: #7795f8; @@ -7067,7 +7067,7 @@ div.db-Trend-groupChart { .db-ScheduledQueryTimeline-heading { font-size: 16px; font-weight: 500; - color: #32325d; + color: #4c4c4c; } .db-ScheduledQueryTimeline-row { padding: 12px 20px 12px 0; @@ -7109,11 +7109,11 @@ div.db-Trend-groupChart { flex-shrink: 1; } .db-Scheduler-footer { - background-color: #f6f9fc; + background-color: #f7f7f7; display: flex; flex-direction: column; padding: 10px 20px; - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; flex-shrink: 0; } .db-Scheduler-footerButtons { @@ -7215,9 +7215,9 @@ div.db-Trend-groupChart { .db-ResizeHandle { cursor: row-resize; flex: 0 0 5px; - background: #f6f9fc; - border-bottom: 1px solid #e6ebf1; - border-top: 1px solid #e6ebf1; + background: #f7f7f7; + border-bottom: 1px solid #fbfbfb; + border-top: 1px solid #fbfbfb; z-index: 4; } .db-SigmaBigError, @@ -7232,7 +7232,7 @@ div.db-Trend-groupChart { } .db-SigmaBigError-line { height: 79px; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } .db-SigmaBigError-message { font-weight: 500; @@ -7245,8 +7245,8 @@ div.db-Trend-groupChart { margin-top: -4px; } .db-SigmaMarkdownText code { - background-color: #f6f9fc; - border: 1px solid #e6ebf1; + background-color: #f7f7f7; + border: 1px solid #fbfbfb; color: #8898aa; border-radius: 3px; } @@ -7265,7 +7265,7 @@ div.db-Trend-groupChart { padding-top: 2px; font-size: 13px; transition: all 0.5s; - background-color: #f6f9fc; + background-color: #f7f7f7; box-shadow: 0 0 0 0 rgba(50, 50, 93, 0.05), 0 15px 35px 0 rgba(50, 50, 93, 0.07), 0 5px 15px 0 rgba(0, 0, 0, 0.08); border-radius: 16px; @@ -7400,7 +7400,7 @@ div.db-Trend-groupChart { } @media print { .db-AnimatedValue { - color: #32325d !important; + color: #4c4c4c !important; } .db-AnimatedValue, .db-AnimatedValue-letter { @@ -7500,7 +7500,7 @@ div.db-Trend-groupChart { font-size: 36px; font-weight: 300; line-height: 46px; - color: #32325d; + color: #4c4c4c; } .db-DiscountAcceptanceModal-content { padding-top: 0; @@ -7516,7 +7516,7 @@ div.db-Trend-groupChart { margin-top: 4px; } .db-DiscountAcceptanceModal-tosLink { - color: #3297d3; + color: #000000; font-size: 14px; font-weight: 500; } @@ -7570,7 +7570,7 @@ div.db-Trend-groupChart { } .db-MentionEditor-mentionSuggestionsEntryFocused { padding: 7px 10px 3px; - color: #f6f9fc; + color: #f7f7f7; background-color: #14aad9; } .db-MentionEditor-mentionSuggestionsEntryContainer { @@ -7594,8 +7594,8 @@ div.db-Trend-groupChart { .db-MentionEditor-mentionSuggestions { background: #fff; border-radius: 5px; - border: 1px solid #e6ebf1; - box-shadow: 0 4px 30px 0 #e6ebf1; + border: 1px solid #fbfbfb; + box-shadow: 0 4px 30px 0 #fbfbfb; box-sizing: border-box; cursor: pointer; display: flex; @@ -7611,8 +7611,8 @@ div.db-Trend-groupChart { z-index: 5; } .db-MentionEditor-mentionSuggestions[data-help-text]:before { - background-color: #f6f9fc; - border-bottom: 1px solid #e6ebf1; + background-color: #f7f7f7; + border-bottom: 1px solid #fbfbfb; color: #8898aa; content: attr(data-help-text); cursor: auto; @@ -7727,7 +7727,7 @@ div.db-Trend-groupChart { padding: 0 5px; } .db-GroupChartHover-rowValue { - background: #f6f9fc; + background: #f7f7f7; font-size: 12px; line-height: 20px; color: #424770; @@ -7744,7 +7744,7 @@ div.db-Trend-groupChart { text-align: right; } .db-GroupChartHover-compareToValue { - color: #3297d3; + color: #000000; } .db-GroupChartHover-disputeWarningVal { color: #e25950; @@ -7883,11 +7883,11 @@ div.db-Trend-groupChart { stroke: #424770; } .db-Sparkline--color-gray .db-Sparkline-fill { - fill: #32325d; + fill: #4c4c4c; opacity: 0.15; } .db-Sparkline--color-gray .db-Sparkline-dot { - fill: #32325d; + fill: #4c4c4c; stroke: #fff; } .db-Sparkline--color-lightGray .db-Sparkline-main-line { @@ -8116,7 +8116,7 @@ html.db-NewChrome .bs-Cloud { background-color: #fff; } html.db-NewChrome .bs-Cloud > :last-child { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; } html.db-NewChrome .DayPicker-container .DayPicker--horizontal, html.db-NewChrome .DayPicker-container .transition-container { @@ -8226,18 +8226,18 @@ html.db-NewChrome .DayPicker-container .CalendarMonth__day { margin-bottom: -1px; width: 40px; height: 40px; - border: 1px solid #e6ebf1; - background: #f6f9fc; + border: 1px solid #fbfbfb; + background: #f7f7f7; box-sizing: border-box; position: relative; } html.db-NewChrome .DayPicker-container .CalendarMonth__day:active { - background: #f6f9fc; + background: #f7f7f7; } html.db-NewChrome .DayPicker-container .CalendarMonth__day.CalendarMonth__day--valid:active { - background: #e6ebf1; + background: #fbfbfb; } html.db-NewChrome .DayPicker-container @@ -8347,8 +8347,8 @@ html.db-NewChrome .bs-FilterControl-flyout-contents { } html.db-NewChrome .bs-FilterControl-flyout-header { align-items: center; - background-color: #f6f9fc; - border-bottom: 1px solid #e6ebf1; + background-color: #f7f7f7; + border-bottom: 1px solid #fbfbfb; display: flex; flex-direction: row; justify-content: space-between; @@ -8378,7 +8378,7 @@ html.db-NewChrome color: #fff; } html.db-NewChrome .bs-FilterControl-item-label { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; color: #000000; display: block; font-size: 12px; @@ -8394,7 +8394,7 @@ html.db-NewChrome .bs-FilterControl-item-checkbox { margin-right: 8px; } html.db-NewChrome .bs-FilterControl-item-content { - background-color: #f6f9fc; + background-color: #f7f7f7; box-sizing: border-box; max-height: 0; overflow: hidden; @@ -8501,7 +8501,7 @@ html.db-NewChrome html.db-NewChrome .bs-FilterControl-item--expanded .bs-FilterControl-item-content { - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; max-height: 110px; padding: 10px; } @@ -8581,7 +8581,7 @@ html.db-NewChrome .bs-PageHeading-actions .bs-Button--new { } .db-ContentSection .bs-Tail--separated { padding: 20px; - border-top: 1px solid #e6ebf1; + border-top: 1px solid #fbfbfb; } html.db-NewChrome .bs-ContentSection .bs-Tail--short { padding-top: 10px; @@ -8825,7 +8825,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { background-color: #fdf9f6; border-top: 2px solid #f8e9db; padding: 15px 25px; - color: #32325d; + color: #4c4c4c; } .db-TopUpError-icon { padding-right: 30px; @@ -8977,10 +8977,10 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { cursor: pointer; } .db-PlanForm-billing-type-box { - border: 1px solid #e6ebf1; + border: 1px solid #fbfbfb; border-radius: 4px; padding: 20px; - background-color: #f6f9fc; + background-color: #f7f7f7; margin-top: 20px; margin-bottom: 20px; flex-grow: 1; @@ -9351,7 +9351,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { .db-Notification h6 { display: block; margin: 0; - color: #32325d; + color: #4c4c4c; font-size: 14px; font-weight: 500; line-height: 20px; @@ -9367,7 +9367,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { margin-bottom: 0; } .db-Notification p strong { - color: #32325d; + color: #4c4c4c; font-weight: 500; } .db-Notification p em { @@ -9419,7 +9419,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { height: 28px; } .db-Notifications-showMore { - background: #f6f9fc; + background: #f7f7f7; width: 100%; line-height: 20px; } @@ -9455,7 +9455,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { font-size: 10px; font-weight: 700; pointer-events: none; - border: 2px solid #e6ebf1; + border: 2px solid #fbfbfb; display: flex; align-items: center; justify-content: center; @@ -9789,7 +9789,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { overflow-y: hidden; } .db-World-scrollWrapper { - background-color: #e6ebf1; + background-color: #fbfbfb; height: 100%; min-width: 1024px; position: relative; @@ -9830,7 +9830,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short { } .db-World-topContent--left, .db-World-topContent--right { - background: linear-gradient(#e6ebf1, rgba(230, 235, 241, 0)); + background: linear-gradient(#fbfbfb, rgba(230, 235, 241, 0)); bottom: -20px; height: 16px; position: absolute; @@ -10221,7 +10221,7 @@ html.db-Locale--notEnUS div.dispute-evidence-view .header .dispute-formMenu { opacity: 1; } .db-DevTools-header { - background-color: #f6f9fc; + background-color: #f7f7f7; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } @@ -10316,7 +10316,7 @@ html div.db-SurveyRequestNotice .Icon { } .db-CurrencyBlock--selected { box-shadow: inset 0 4px #14aad9; - color: #32325d; + color: #4c4c4c; } .db-CurrencyBlock:not(:first-child) { box-shadow: inset 1px 0 #cfd7df; @@ -10332,14 +10332,14 @@ html div.db-SurveyRequestNotice .Icon { } .db-CurrencyBlock:hover .db-CurrencyBlock-amount, .db-CurrencyBlock:hover .db-CurrencyBlock-currencyCode { - color: #32325d; + color: #4c4c4c; } .db-CurrencySelectorSection { - background: #f6f9fc; + background: #f7f7f7; } table { - border-color: #e6ebf1; + border-color: #fbfbfb; } .db-Icons-delete { diff --git a/accounts/public/assets/css/newdashobard2.css b/accounts/public/assets/css/newdashobard2.css index 7a9666ecfa..79b1013913 100755 --- a/accounts/public/assets/css/newdashobard2.css +++ b/accounts/public/assets/css/newdashobard2.css @@ -95,7 +95,7 @@ opacity:1 } .db-Account:hover .db-Account-nickname{ - color:#32325d + color:#4c4c4c } .db-Account-image,.db-Account-image-content,.db-Account-image:after,.db-Account-image:before{ width:30px; @@ -623,7 +623,7 @@ html.db-NewChrome body{ } .db-Sidebar-link:hover{ font-weight:500; - color:#32325d; + color:#4c4c4c; text-decoration:none } .db-Sidebar-link--popover{ @@ -895,7 +895,7 @@ html.db-NewChrome body{ left:-11px } .db-ContentTabs-tab a:not(.db-is-selected):hover{ - color:#32325d; + color:#4c4c4c; text-decoration:none } .db-ContentTabs-tab .db-is-selected{ @@ -928,7 +928,7 @@ html.db-NewChrome body{ right:81px } .db-EventDetail-webhook .db-EventDetail-webhookJSON{ - border:1px solid #e6ebf1; + border:1px solid #fbfbfb; font-size:11px; line-height:18px; padding:4px 0 4px 8px; @@ -1049,7 +1049,7 @@ html.db-NewChrome body{ width:330px } .db-Chrome .db-FeedbackInput-container{ - background-color:#f6f9fc; + background-color:#f7f7f7; height:30px; padding-top:1px } @@ -1221,7 +1221,7 @@ html.db-NewChrome body{ } .db-FixedPopover{ position:absolute; - background:#f6f9fc; + background:#f7f7f7; box-shadow:0 0 0 1px rgba(136,152,170,.1),0 15px 35px 0 rgba(49,49,93,.1),0 5px 15px 0 rgba(0,0,0,.08); border-radius:4px; transform-origin:393px -9px @@ -1334,7 +1334,7 @@ html.db-NewChrome body{ } .db-LivemodeSwitcher.db-is-disabled:hover:not(.db-is-disabled) .db-LivemodeSwitcher-label,.db-LivemodeSwitcher.db-is-livemode:hover:not(.db-is-disabled) .db-LivemodeSwitcher-label{ font-weight:500; - color:#32325d + color:#4c4c4c } .db-LivemodeSwitcher .db-LivemodeSwitcher-switch{ display:inline-flex; @@ -1419,7 +1419,7 @@ html.db-NewChrome body{ .db-MenuItem--notHighlighted:not(:last-child):after{ content:""; position:absolute; - background:#e6ebf1; + background:#fbfbfb; left:8px; right:0; bottom:0; @@ -1534,7 +1534,7 @@ html.db-NewChrome body{ background:#ecfaff; border-radius:3px; height:20px; - color:#3297d3; + color:#000000; font-weight:500; padding:0 6px; display:inline-block @@ -1587,7 +1587,7 @@ html.db-NewChrome body{ .db-SearchField--tokenizable .public-DraftStyleDefault-block{ font-size:14px; line-height:20px; - color:#32325d; + color:#4c4c4c; margin-top:3px; overflow:hidden; white-space:pre @@ -1691,7 +1691,7 @@ html.db-NewChrome body{ border-radius:0 } .db-SearchResults.db-is-livemode .db-SearchResults-inner{ - border-top:1px solid #e6ebf1 + border-top:1px solid #fbfbfb } .db-SearchResults-info{ min-height:100px; @@ -1725,7 +1725,7 @@ html.db-NewChrome body{ text-decoration:none } .db-SearchResults-item.db-is-selected{ - background:#f6f9fc; + background:#f7f7f7; color:#43458b } .db-SearchResults-item:not(:last-child):not(.db-is-selected):after{ @@ -1992,7 +1992,7 @@ html.db-NewChrome body{ font-weight:500 } .db-TransferDetail-transactionsFootnote{ - border-top:1px solid #e6ebf1; + border-top:1px solid #fbfbfb; padding:12px 20px } .db-TransferDetail-retriedTransfer{ @@ -2007,7 +2007,7 @@ html.db-NewChrome body{ padding:20px } .db-TransferDetail-feeAmount{ - color:#32325d; + color:#4c4c4c; font-weight:300 } .db-PayoutDetail-header{ @@ -2032,7 +2032,7 @@ html.db-NewChrome body{ font-weight:500 } .db-PayoutDetail-transactionsFootnote{ - border-top:1px solid #e6ebf1; + border-top:1px solid #fbfbfb; padding:12px 20px } .db-PayoutDetail-retriedPayout{ @@ -2047,7 +2047,7 @@ html.db-NewChrome body{ padding:20px } .db-PayoutDetail-feeAmount{ - color:#32325d; + color:#4c4c4c; font-weight:300 } .db-PayoutDetail-noticeOutcome{ @@ -2165,14 +2165,14 @@ html.db-NewChrome body{ } .db-Reload-link{ cursor:pointer; - color:#3297d3; + color:#000000; font-weight:500; display:inline-block; text-decoration:underline } .db-JsonDisplay{ background-color:#fff; - color:#32325d; + color:#4c4c4c; font-size:13px; line-height:23px; height:auto @@ -2186,7 +2186,7 @@ html.db-NewChrome body{ padding-left:70px; padding-right:20px; font-family:Source Code Pro,Courier New,Courier,monospace; - color:#32325d + color:#4c4c4c } .db-JsonDisplay-line:first-child,.db-JsonDisplay-line:first-child:before{ padding-top:8px @@ -2219,7 +2219,7 @@ html.db-NewChrome body{ } .db-JsonDisplay-boolean{ font-weight:600; - color:#3297d3 + color:#00000 } .db-JsonDisplay-null{ color:#e39f48 @@ -2239,7 +2239,7 @@ html.db-NewChrome body{ } .db-LineChart-lineChartContainer{ position:relative; - background:#f6f9fc + background:#f7f7f7 } .db-LineChart-lineChart{ padding:18px 48px; @@ -2319,7 +2319,7 @@ html.db-NewChrome body{ right:0; top:0; height:1px; - background:#e6ebf1 + background:#fbfbfb } .db-LineChart-xLegend.db-animate-enter,.db-LineChart-xLegend.db-animate-leave.db-animate-leave-active,.db-LineChart-yLegend.db-animate-enter,.db-LineChart-yLegend.db-animate-leave.db-animate-leave-active{ opacity:0 @@ -2345,8 +2345,8 @@ html.db-NewChrome body{ } .db-MultiEmailInput .db-MultiEmailInput-email{ border-radius:100px; - background-color:#e6ebf1; - color:#32325d; + background-color:#fbfbfb; + color:#4c4c4c; padding:2px 8px } .db-MultiEmailInput .public-DraftEditorPlaceholder-root{ @@ -2360,7 +2360,7 @@ html.db-NewChrome body{ flex-direction:row; justify-content:space-between; padding:12px 20px; - box-shadow:inset 20px 0 0 #f6f9fc,inset 0 -1px 0 #e6ebf1 + box-shadow:inset 20px 0 0 #f7f7f7,inset 0 -1px 0 #fbfbfb } .db-NotificationSettings:last-child{ box-shadow:none @@ -2484,7 +2484,7 @@ html.db-NewChrome body{ justify-content:center; text-align:center; z-index:12; - background:#e6ebf1; + background:#fbfbfb; border:4px dashed #aab7c4 } .db-Copilot-container--collapsed{ @@ -2622,7 +2622,7 @@ html.db-NewChrome body{ z-index:11; height:25px; padding:4px 7px; - border-bottom:1px solid #e6ebf1 + border-bottom:1px solid #fbfbfb } .db-Copilot-clearFile{ flex-shrink:0 @@ -2809,7 +2809,7 @@ html.db-NewChrome body{ color:#000000 } .db-DateRangeInput.db-is-disabled{ - background-color:#f6f9fc; + background-color:#f7f7f7; box-shadow:none } .db-DateRangeInput.db-is-disabled:hover{ @@ -2913,7 +2913,7 @@ html.db-NewChrome body{ line-height:36px } .db-MoneyTransmission-receiptTableRow{ - color:#32325d + color:#4c4c4c } .db-MoneyTransmission-receiptTable .db-MoneyTransmission-receiptTableDummyCell{ border-bottom:0; @@ -2924,7 +2924,7 @@ html.db-NewChrome body{ white-space:nowrap } .db-MoneyTransmission-disclosureContainer pre{ - background-color:#f6f9fc; + background-color:#f7f7f7; display:inline-block; margin-top:5px; padding:5px 10px @@ -3041,7 +3041,7 @@ html.db-NewChrome body{ background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNjc3MkU1IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjI5NiAxMC4wMDVhLjY5NS42OTUgMCAwIDAgLjQ5Ni0uMjAybDQuNTk2LTQuNTk2YS43MDQuNzA0IDAgMCAwLS4wMDctLjk5OC43MS43MSAwIDAgMC0xLS4wMDhMNi4yOTcgOC4yODggMi4yMDkgNC4yYS43MS43MSAwIDAgMC0uOTk4LjAwOC43MDQuNzA0IDAgMCAwLS4wMDcuOTk4bDQuNTk1IDQuNTk2YS42OTUuNjk1IDAgMCAwIC40OTcuMjAyeiIvPjwvc3ZnPg==") } .db-Trends-content{ - background-color:#f6f9fc; + background-color:#f7f7f7; min-height:40px; position:relative } @@ -3195,7 +3195,7 @@ html.db-NewChrome body{ margin-left:8px } .db-Trend-colComparison{ - color:#3297d3 + color:#00000 } .db-Trend-colChart{ flex-basis:50%; @@ -3290,7 +3290,7 @@ div.db-Trend-groupChart{ .db-HomeWelcome-headerTitle{ font-weight:300; font-size:28px; - color:#32325d; + color:#4c4c4c; line-height:50px; margin:0 } @@ -3314,8 +3314,8 @@ div.db-Trend-groupChart{ color:#43458b } .db-HomeWelcome-content{ - border-top:1px solid #e6ebf1; - background:#f6f9fc; + border-top:1px solid #fbfbfb; + background:#f7f7f7; padding:13px 30px } .db-HomeWelcome-item{ @@ -3399,10 +3399,10 @@ div.db-Trend-groupChart{ } .db-HomeWelcome-link:hover{ text-decoration:none; - color:#32325d + color:#4c4c4c } .db-HomeWelcome-link:hover strong{ - color:#32325d + color:#4c4c4c } .db-Task{ font-size:14px; @@ -3430,13 +3430,13 @@ div.db-Trend-groupChart{ position:relative; display:inline-block; white-space:nowrap; - color:#3297d3 + color:#00000 } .db-Task--info .db-Task-directive{ color:inherit } .db-Task-directive strong{ - color:#3297d3 + color:#00000 } .db-Task--info .db-Task-directive strong{ color:inherit @@ -3448,7 +3448,7 @@ div.db-Trend-groupChart{ transform:inherit } .db-Task:hover .db-Task-directive{ - color:#3297d3 + color:#00000 } .db-Task--info:hover .db-Task-directive{ color:inherit @@ -3468,7 +3468,7 @@ div.db-Trend-groupChart{ .db-Tasks{ position:relative; padding:17px 20px; - background-color:#f6f9fc + background-color:#f7f7f7 } .db-HomeTasks-title{ color:#000000; @@ -3590,7 +3590,7 @@ div.db-Trend-groupChart{ .db-DailyComparison{ -webkit-print-color-adjust:exact; background-color:transparent; - color:#32325d + color:#4c4c4c } .db-DailyComparison-chartToggle,.db-DailyComparison-compareToDateHandle{ display:none @@ -3623,7 +3623,7 @@ div.db-Trend-groupChart{ transition:opacity .2s ease-in-out } .db-LoadingBackground--colorSlate1{ - background-image:linear-gradient(90deg,rgba(246,249,252,0),rgba(246,249,252,0) 25%,#f6f9fc 40%,#f6f9fc 42%,rgba(246,249,252,0) 57%) + background-image:linear-gradient(90deg,rgba(246,249,252,0),rgba(246,249,252,0) 25%,#f7f7f7 40%,#f7f7f7 42%,rgba(246,249,252,0) 57%) } .db-LoadingBackground--size-large{ background-size:1000px 100%; @@ -3660,10 +3660,10 @@ div.db-Trend-groupChart{ cursor:pointer } .db-ListViewItem-header{ - background-color:#f6f9fc + background-color:#f7f7f7 } .db-ListViewItem-cell{ - box-shadow:inset 0 -1px #e6ebf1 + box-shadow:inset 0 -1px #fbfbfb } .db-ListViewItem-cellContent .db-ListViewItem-text{ white-space:inherit @@ -3695,7 +3695,7 @@ div.db-Trend-groupChart{ padding-right:20px } .db-ListViewItem--hasLink:hover,.db-ListViewItem--hasLink:hover .db-ListViewItem-link .db-ListViewItem-text{ - color:#32325d + color:#4c4c4c } .db-ListViewItem-link{ text-decoration:none; @@ -3722,10 +3722,10 @@ div.db-Trend-groupChart{ opacity:1 } .db-ListViewItem--hasLink:active,.db-ListViewItem-link--sortable:active{ - background-color:#f6f9fc + background-color:#f7f7f7 } .db-ListViewItem-actionsSeparator{ - background-color:#e6ebf1 + background-color:#fbfbfb } .db-ListViewItem .db-ListViewItem-actions{ max-height:20px; @@ -3782,7 +3782,7 @@ div.db-Trend-groupChart{ height:872px } .db-AnalyticsSection{ - border:1px solid #e6ebf1; + border:1px solid #fbfbfb; border-radius:4px } .db-ShieldSection-badge--animation-enter{ @@ -3815,7 +3815,7 @@ div.db-Trend-groupChart{ .db-UpgradeModal-heading{ font-size:40px; font-weight:300; - color:#32325d; + color:#4c4c4c; margin-bottom:4px; text-align:center } @@ -4255,7 +4255,7 @@ div.db-Trend-groupChart{ flex-grow:1 } .db-BusinessSettings-warning{ - border-top:1px solid #e6ebf1 + border-top:1px solid #fbfbfb } .db-BusinessSettings-testDataSpinner,.db-PCICompliance-contentLoading{ display:flex; @@ -4284,7 +4284,7 @@ div.db-Trend-groupChart{ margin-top:20px } .db-PCICompliance-survey{ - border-top:1px solid #e6ebf1; + border-top:1px solid #fbfbfb; padding-left:50px; padding-top:20px; list-style-type:none @@ -4361,8 +4361,8 @@ div.db-Trend-groupChart{ display:table-row; line-height:26px; align-items:center; - color:#32325d; - border-bottom:1px solid #e6ebf1 + color:#4c4c4c; + border-bottom:1px solid #fbfbfb } .db-Role:last-child{ border:none; @@ -4436,7 +4436,7 @@ div.db-Trend-groupChart{ transform:translateZ(0) } .db-RoleEditor .bs-Table-head{ - border-bottom:1px solid #e6ebf1 + border-bottom:1px solid #fbfbfb } .db-RoleEditor .bs-Table-head .bs-Table-cell{ color:#6b7c93; @@ -4449,7 +4449,7 @@ div.db-Trend-groupChart{ background-color:#fff } .db-RoleEditor-row--subRow,.db-RoleEditor-row--subRowDark{ - border-top:1px solid #e6ebf1 + border-top:1px solid #fbfbfb } .db-RoleEditor-row--subRow .db-RoleEditor-descriptionColumn,.db-RoleEditor-row--subRowDark .db-RoleEditor-descriptionColumn{ padding-left:40px @@ -4528,7 +4528,7 @@ div.db-Trend-groupChart{ margin:16px 20px } .db-RoleRadioListLabel-popoverHeader{ - border-bottom:1px solid #e6ebf1; + border-bottom:1px solid #fbfbfb; margin:16px 0; padding:0 20px; padding-bottom:16px @@ -4577,7 +4577,7 @@ div.db-Trend-groupChart{ flex-direction:column; background-color:hsla(0,0%,100%,.55); box-shadow:0 1px 2px rgba(0,0,0,.1); - border:1px solid #e6ebf1; + border:1px solid #fbfbfb; border-radius:4px; align-items:center; justify-content:center; @@ -4663,7 +4663,7 @@ div.db-Trend-groupChart{ .db-CustomizeEmailReceiptDesign-optionsCardIcon{ box-shadow:inset 0 1px 2px rgba(0,0,0,.18); padding:4px; - border:1px solid #e6ebf1; + border:1px solid #fbfbfb; border-radius:50% } .db-CustomizeEmailReceiptDesign-optionsCardIcon,.db-CustomizeEmailReceiptDesign-optionsCardIconInput{ @@ -4865,7 +4865,7 @@ div.db-Trend-groupChart{ } .db-DeveloperChart-stack{ height:100%; - box-shadow:inset 0 -1px #e6ebf1 + box-shadow:inset 0 -1px #fbfbfb } .db-DeveloperChart--empty{ height:100%; @@ -4913,13 +4913,13 @@ div.db-Trend-groupChart{ grid-auto-flow:row } .db-Tiles-divider--bottomRight{ - box-shadow:inset -1px -1px #e6ebf1 + box-shadow:inset -1px -1px #fbfbfb } .db-Tiles-divider--bottom{ - box-shadow:inset 0 -1px #e6ebf1 + box-shadow:inset 0 -1px #fbfbfb } .db-Tiles-divider--right{ - box-shadow:inset -1px 0 #e6ebf1 + box-shadow:inset -1px 0 #fbfbfb } .db-RunkitEmbed iframe{ position:relative; @@ -4963,7 +4963,7 @@ div.db-Trend-groupChart{ box-sizing:border-box; transition:opacity .25s ease-in-out; opacity:1; - background-color:#f6f9fc + background-color:#f7f7f7 } .db-SigmaIndex-container--loading{ opacity:0 @@ -4990,7 +4990,7 @@ div.db-Trend-groupChart{ display:flex; justify-content:space-between; padding:20px 20px 20px 13px; - border-bottom:1px solid #e6ebf1; + border-bottom:1px solid #fbfbfb; position:relative; min-height:79px } @@ -5038,7 +5038,7 @@ div.db-Trend-groupChart{ display:block; cursor:pointer; font-weight:400; - color:#32325d; + color:#4c4c4c; font-size:14px; line-height:28px; margin-right:24px @@ -5047,7 +5047,7 @@ div.db-Trend-groupChart{ color:#14aad9 } .db-SigmaSidebar-sectionFixedContent{ - border-top:1px solid #e6ebf1; + border-top:1px solid #fbfbfb; padding:8px 20px } .db-SigmaSidebar-tabs{ @@ -5058,7 +5058,7 @@ div.db-Trend-groupChart{ display:block; cursor:pointer; font-weight:400; - color:#32325d; + color:#4c4c4c; padding:0 12px; font-size:14px; line-height:28px @@ -5106,7 +5106,7 @@ div.db-Trend-groupChart{ box-shadow:0 -2px 3px 0 rgba(106,124,148,.05),0 -1px 0 0 rgba(106,124,148,.1) } .db-SigmaSidebar-footerDocsLink,.db-SigmaSidebar-footerFeedbackLink{ - color:#32325d + color:#4c4c4c } .db-SigmaSidebar-footerDocsLink:hover,.db-SigmaSidebar-footerFeedbackLink:hover{ color:#14aad9 @@ -5216,7 +5216,7 @@ div.db-Trend-groupChart{ } .db-QueryEntry-row:last-child .db-QueryEntry-content{ padding-bottom:16px; - border-bottom:1px solid #e6ebf1 + border-bottom:1px solid #fbfbfb } .db-QueryEntry-spacer{ width:36px; @@ -5301,7 +5301,7 @@ div.db-Trend-groupChart{ margin-bottom:3px } .db-QueryTemplates-query:hover .db-QueryTemplates-queryTitle{ - color:#32325d + color:#4c4c4c } .db-QueryTemplates-query.bs-is-active .db-QueryTemplates-queryTitle{ font-weight:600 @@ -5443,7 +5443,7 @@ div.db-Trend-groupChart{ padding:0 20px } .db-SchemaBrowser-tableName:hover{ - color:#32325d + color:#4c4c4c } .db-SchemaBrowser-columnAnimationContainer{ display:flex; @@ -5511,7 +5511,7 @@ div.db-Trend-groupChart{ max-width:25% } .db-SchemaBrowserColumn--fk,.db-SchemaBrowserColumn--pk,.db-SchemaBrowserColumn-name--fk,.db-SchemaBrowserColumn-name--pk,.db-SchemaBrowserColumn-type--fk,.db-SchemaBrowserColumn-type--pk{ - color:#3297d3 + color:#00000 } .db-SchemaBrowserColumn.bs-is-active{ background-color:#e3eaff; @@ -5735,10 +5735,10 @@ div.db-Trend-groupChart{ background-color:#f7f9fa } .CodeMirror-hint-active,.CodeMirror-hint:nth-child(2n).CodeMirror-hint-active{ - background-color:#e6ebf1; + background-color:#fbfbfb; border-bottom-color:#0e74c3; border-top-color:#369ad9; - color:#32325d + color:#4c4c4c } .db-QueryEditor-hintContainer{ padding:5px 10px; @@ -5794,7 +5794,7 @@ div.db-Trend-groupChart{ } .db-QueryTitleEditor-title{ font-size:20px; - color:#32325d + color:#4c4c4c } .db-QueryTitleEditor .bs-TextInput{ flex:1 @@ -5887,7 +5887,7 @@ div.db-Trend-groupChart{ font-size:13px } .db-ResultsHeader:hover{ - color:#32325d + color:#4c4c4c } .db-ResultsHeader-cell{ display:flex; @@ -5918,7 +5918,7 @@ div.db-Trend-groupChart{ position:absolute } .db-ResultsTable--empty{ - background:repeating-linear-gradient(180deg,#fff,#fff 35px,#e6ebf1 0,#e6ebf1 36px,#fff 0) + background:repeating-linear-gradient(180deg,#fff,#fff 35px,#fbfbfb 0,#fbfbfb 36px,#fff 0) } .public_fixedDataTable_header .public_fixedDataTableCell_main,.public_fixedDataTableCell_cellContent{ font-family:Camphor,Segoe UI,Open Sans,sans-serif @@ -5967,7 +5967,7 @@ div.db-Trend-groupChart{ background:none } .db-ResultsTable .public_fixedDataTableRow_main.db-ResultsTable-table-row{ - border-bottom:1px solid #e6ebf1; + border-bottom:1px solid #fbfbfb; font-size:13px } .db-ResultsTable .fixedDataTableCellLayout_columnResizerContainer{ @@ -5983,7 +5983,7 @@ div.db-Trend-groupChart{ .db-ResultsTable .fixedDataTableCellLayout_columnResizerKnob:after{ content:""; display:block; - background-color:#e6ebf1; + background-color:#fbfbfb; position:relative; width:1px; margin:6px auto; @@ -6044,7 +6044,7 @@ div.db-Trend-groupChart{ } .db-ActivationModal-heading{ font-size:28px; - color:#32325d; + color:#4c4c4c; margin-bottom:15px; font-weight:700; margin-top:auto; @@ -6053,7 +6053,7 @@ div.db-Trend-groupChart{ .db-ActivationModal-title{ font-weight:300; font-size:34px; - color:#32325d; + color:#4c4c4c; line-height:44px; margin-bottom:10px } @@ -6112,7 +6112,7 @@ div.db-Trend-groupChart{ .db-IntroModal-heading{ font-size:40px; font-weight:300; - color:#32325d; + color:#4c4c4c; margin-bottom:4px; text-align:center } @@ -6231,7 +6231,7 @@ div.db-Trend-groupChart{ padding-bottom:4px } .db-PricingSlider-totalsCostNumber,.db-PricingSlider-totalsTransactionsNumber{ - color:#32325d; + color:#4c4c4c; font-size:24px; font-weight:500 } @@ -6241,7 +6241,7 @@ div.db-Trend-groupChart{ padding-top:10px } .db-PricingSlider-processingEstimate{ - color:#32325d + color:#4c4c4c } .db-PricingSlider-slider{ height:70px; @@ -6280,7 +6280,7 @@ div.db-Trend-groupChart{ .db-PricingSlider-label{ font-size:14px; line-height:22px; - color:#32325d; + color:#4c4c4c; position:relative; display:block; margin:auto; @@ -6318,7 +6318,7 @@ div.db-Trend-groupChart{ display:block; width:1px; height:18px; - background-color:#32325d + background-color:#4c4c4c } .db-PricingSlider-rail{ position:absolute; @@ -6394,7 +6394,7 @@ div.db-Trend-groupChart{ } .db-SigmaUpgradeModal-header{ font-size:28px; - color:#32325d; + color:#4c4c4c; margin-bottom:15px } .db-SigmaUpgradeModal-subHeader{ @@ -6409,13 +6409,13 @@ div.db-Trend-groupChart{ } .db-SigmaUpgradeModal-subheading{ font-size:14px; - color:#32325d; + color:#4c4c4c; margin-bottom:20px } .db-SigmaUpgradeModal-divider{ height:2px; width:100%; - background-color:#e6ebf1; + background-color:#fbfbfb; margin-bottom:20px } .db-SigmaUpgradeModal-question{ @@ -6427,7 +6427,7 @@ div.db-Trend-groupChart{ margin-bottom:10px } .db-SigmaUpgradeModal-answer{ - color:#32325d; + color:#4c4c4c; margin-bottom:10px; line-height:22px } @@ -6438,7 +6438,7 @@ div.db-Trend-groupChart{ .db-SigmaUpgradeModal-footer{ display:flex; flex-direction:row; - border-top:1px solid #e6ebf1; + border-top:1px solid #fbfbfb; padding:20px } .db-SigmaUpgradeModal-footerRow{ @@ -6461,7 +6461,7 @@ div.db-Trend-groupChart{ flex-grow:1 } .db-SigmaUpgradeModal-notNowButton{ - color:#32325d; + color:#4c4c4c; font-size:16px } .db-SigmaUpgradeModal-notNowButton:before{ @@ -6493,7 +6493,7 @@ div.db-Trend-groupChart{ font-size:20px } .db-SigmaUpgradeModal-usageNumber{ - color:#32325d; + color:#4c4c4c; font-weight:500; font-size:24px } @@ -6537,7 +6537,7 @@ div.db-Trend-groupChart{ .db-StateChangedModal-header{ font-size:24px; margin-bottom:10px; - color:#32325d + color:#4c4c4c } .db-StateChangedModal-content{ background:#fff; @@ -6545,7 +6545,7 @@ div.db-Trend-groupChart{ } .db-StateChangedModal-subheading{ font-size:14px; - color:#32325d; + color:#4c4c4c; margin-bottom:20px } .db-UnsavedChangesModal-doNotSaveButton{ @@ -6561,7 +6561,7 @@ div.db-Trend-groupChart{ color:#e04c4c } .db-Banners{ - border-bottom:1px solid #e6ebf1 + border-bottom:1px solid #fbfbfb } .db-Banners-subscriptionActions{ height:45px; @@ -6627,7 +6627,7 @@ div.db-Trend-groupChart{ cursor:pointer } .db-MonthlyRepeatDayNumberTable-day.bs-is-selected,.db-MonthlyRepeatDayNumberTable-day:hover{ - color:#f6f9fc + color:#f7f7f7 } .db-MonthlyRepeatDayNumberTable-day:hover{ background-color:#7795f8 @@ -6668,7 +6668,7 @@ div.db-Trend-groupChart{ .db-ScheduledQueryTimeline-heading{ font-size:16px; font-weight:500; - color:#32325d + color:#4c4c4c } .db-ScheduledQueryTimeline-row{ padding:12px 20px 12px 0 @@ -6710,11 +6710,11 @@ div.db-Trend-groupChart{ flex-shrink:1 } .db-Scheduler-footer{ - background-color:#f6f9fc; + background-color:#f7f7f7; display:flex; flex-direction:column; padding:10px 20px; - border-top:1px solid #e6ebf1; + border-top:1px solid #fbfbfb; flex-shrink:0 } .db-Scheduler-footerButtons{ @@ -6815,9 +6815,9 @@ div.db-Trend-groupChart{ .db-ResizeHandle{ cursor:row-resize; flex:0 0 5px; - background:#f6f9fc; - border-bottom:1px solid #e6ebf1; - border-top:1px solid #e6ebf1; + background:#f7f7f7; + border-bottom:1px solid #fbfbfb; + border-top:1px solid #fbfbfb; z-index:4 } .db-SigmaBigError,.db-SigmaBigError-content{ @@ -6831,7 +6831,7 @@ div.db-Trend-groupChart{ } .db-SigmaBigError-line{ height:79px; - border-bottom:1px solid #e6ebf1 + border-bottom:1px solid #fbfbfb } .db-SigmaBigError-message{ font-weight:500; @@ -6844,8 +6844,8 @@ div.db-Trend-groupChart{ margin-top:-4px } .db-SigmaMarkdownText code{ - background-color:#f6f9fc; - border:1px solid #e6ebf1; + background-color:#f7f7f7; + border:1px solid #fbfbfb; color:#8898aa; border-radius:3px } @@ -6863,7 +6863,7 @@ div.db-Trend-groupChart{ padding-top:2px; font-size:13px; transition:all .5s; - background-color:#f6f9fc; + background-color:#f7f7f7; box-shadow:0 0 0 0 rgba(50,50,93,.05),0 15px 35px 0 rgba(50,50,93,.07),0 5px 15px 0 rgba(0,0,0,.08); border-radius:16px; font-size:12px; @@ -6970,7 +6970,7 @@ div.db-Trend-groupChart{ } @media print{ .db-AnimatedValue{ - color:#32325d!important + color:#4c4c4c!important } .db-AnimatedValue,.db-AnimatedValue-letter{ background-color:transparent!important; @@ -7066,7 +7066,7 @@ div.db-Trend-groupChart{ font-size:36px; font-weight:300; line-height:46px; - color:#32325d + color:#4c4c4c } .db-DiscountAcceptanceModal-content{ padding-top:0; @@ -7082,7 +7082,7 @@ div.db-Trend-groupChart{ margin-top:4px } .db-DiscountAcceptanceModal-tosLink{ - color:#3297d3; + color:#000000; font-size:14px; font-weight:500 } @@ -7139,7 +7139,7 @@ div.db-Trend-groupChart{ } .db-MentionEditor-mentionSuggestionsEntryFocused{ padding:7px 10px 3px; - color:#f6f9fc; + color:#f7f7f7; background-color:#14aad9 } .db-MentionEditor-mentionSuggestionsEntryContainer{ @@ -7163,8 +7163,8 @@ div.db-Trend-groupChart{ .db-MentionEditor-mentionSuggestions{ background:#fff; border-radius:5px; - border:1px solid #e6ebf1; - box-shadow:0 4px 30px 0 #e6ebf1; + border:1px solid #fbfbfb; + box-shadow:0 4px 30px 0 #fbfbfb; box-sizing:border-box; cursor:pointer; display:flex; @@ -7180,8 +7180,8 @@ div.db-Trend-groupChart{ z-index:5 } .db-MentionEditor-mentionSuggestions[data-help-text]:before{ - background-color:#f6f9fc; - border-bottom:1px solid #e6ebf1; + background-color:#f7f7f7; + border-bottom:1px solid #fbfbfb; color:#8898aa; content:attr(data-help-text); cursor:auto; @@ -7291,7 +7291,7 @@ div.db-Trend-groupChart{ padding:0 5px } .db-GroupChartHover-rowValue{ - background:#f6f9fc; + background:#f7f7f7; font-size:12px; line-height:20px; color:#424770; @@ -7308,7 +7308,7 @@ div.db-Trend-groupChart{ text-align:right } .db-GroupChartHover-compareToValue{ - color:#3297d3 + color:#00000 } .db-GroupChartHover-disputeWarningVal{ color:#e25950 @@ -7444,11 +7444,11 @@ div.db-Trend-groupChart{ stroke:#424770 } .db-Sparkline--color-gray .db-Sparkline-fill{ - fill:#32325d; + fill:#4c4c4c; opacity:.15 } .db-Sparkline--color-gray .db-Sparkline-dot{ - fill:#32325d; + fill:#4c4c4c; stroke:#fff } .db-Sparkline--color-lightGray .db-Sparkline-main-line{ @@ -7672,7 +7672,7 @@ html.db-NewChrome .bs-Cloud{ background-color:#fff } html.db-NewChrome .bs-Cloud>:last-child{ - border-bottom:1px solid #e6ebf1 + border-bottom:1px solid #fbfbfb } html.db-NewChrome .DayPicker-container .DayPicker--horizontal,html.db-NewChrome .DayPicker-container .transition-container{ width:300px!important @@ -7750,16 +7750,16 @@ html.db-NewChrome .DayPicker-container .CalendarMonth__day{ margin-bottom:-1px; width:40px; height:40px; - border:1px solid #e6ebf1; - background:#f6f9fc; + border:1px solid #fbfbfb; + background:#f7f7f7; box-sizing:border-box; position:relative } html.db-NewChrome .DayPicker-container .CalendarMonth__day:active{ - background:#f6f9fc + background:#f7f7f7 } html.db-NewChrome .DayPicker-container .CalendarMonth__day.CalendarMonth__day--valid:active{ - background:#e6ebf1 + background:#fbfbfb } html.db-NewChrome .DayPicker-container .CalendarMonth__day.CalendarMonth__day--outside:active{ background:#fff @@ -7839,8 +7839,8 @@ html.db-NewChrome .bs-FilterControl-flyout-contents{ } html.db-NewChrome .bs-FilterControl-flyout-header{ align-items:center; - background-color:#f6f9fc; - border-bottom:1px solid #e6ebf1; + background-color:#f7f7f7; + border-bottom:1px solid #fbfbfb; display:flex; flex-direction:row; justify-content:space-between; @@ -7867,7 +7867,7 @@ html.db-NewChrome .bs-FilterControl-flyout-header .bs-FilterControl-flyout-heade color:#fff } html.db-NewChrome .bs-FilterControl-item-label{ - border-bottom:1px solid #e6ebf1; + border-bottom:1px solid #fbfbfb; color:#000000; display:block; font-size:12px; @@ -7881,7 +7881,7 @@ html.db-NewChrome .bs-FilterControl-item-checkbox{ margin-right:8px } html.db-NewChrome .bs-FilterControl-item-content{ - background-color:#f6f9fc; + background-color:#f7f7f7; box-sizing:border-box; max-height:0; overflow:hidden; @@ -7971,7 +7971,7 @@ html.db-NewChrome .bs-FilterControl-item--expanded .bs-FilterControl-item-label{ border-bottom:0 } html.db-NewChrome .bs-FilterControl-item--expanded .bs-FilterControl-item-content{ - border-bottom:1px solid #e6ebf1; + border-bottom:1px solid #fbfbfb; max-height:110px; padding:10px } @@ -8043,7 +8043,7 @@ html.db-NewChrome .bs-PageHeading-actions .bs-Button--export,html.db-NewChrome . } .db-ContentSection .bs-Tail--separated{ padding:20px; - border-top:1px solid #e6ebf1 + border-top:1px solid #fbfbfb } html.db-NewChrome .bs-ContentSection .bs-Tail--short{ padding-top:10px; @@ -8114,7 +8114,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ } .db-StatementTab--selected{ box-shadow:inset 0 4px #14aad9; - color:#32325d + color:#4c4c4c } .db-StatementTab:not(:first-child){ box-shadow:inset 1px 0 #cfd7df @@ -8129,7 +8129,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ box-shadow:inset 1px 0 #cfd7df,inset -1px 0 #cfd7df,inset 0 4px #14aad9 } .db-StatementTab:hover .db-StatementTab-text{ - color:#32325d + color:#4c4c4c } .db-EndOfDayBalanceIndex-date{ font-size:12px; @@ -8448,10 +8448,10 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ cursor:pointer } .db-PlanForm-billing-type-box{ - border:1px solid #e6ebf1; + border:1px solid #fbfbfb; border-radius:4px; padding:20px; - background-color:#f6f9fc; + background-color:#f7f7f7; margin-top:20px; margin-bottom:20px; flex-grow:1; @@ -8807,7 +8807,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ .db-Notification h1,.db-Notification h2,.db-Notification h3,.db-Notification h4,.db-Notification h5,.db-Notification h6{ display:block; margin:0; - color:#32325d; + color:#4c4c4c; font-size:14px; font-weight:500; line-height:20px @@ -8823,7 +8823,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ margin-bottom:0 } .db-Notification p strong{ - color:#32325d; + color:#4c4c4c; font-weight:500 } .db-Notification p em{ @@ -8852,7 +8852,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ height:28px } .db-Notifications-showMore{ - background:#f6f9fc; + background:#f7f7f7; width:100%; line-height:20px } @@ -8888,7 +8888,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ font-size:10px; font-weight:700; pointer-events:none; - border:2px solid #e6ebf1; + border:2px solid #fbfbfb; display:flex; align-items:center; justify-content:center; @@ -9219,7 +9219,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ overflow-y:hidden } .db-World-scrollWrapper{ - background-color:#e6ebf1; + background-color:#fbfbfb; height:100%; min-width:1024px; position:relative; @@ -9258,7 +9258,7 @@ html.db-NewChrome .bs-ContentSection .bs-Tail--short{ left:0 } .db-World-topContent--left,.db-World-topContent--right{ - background:linear-gradient(#e6ebf1,rgba(230,235,241,0)); + background:linear-gradient(#fbfbfb,rgba(230,235,241,0)); bottom:-20px; height:16px; position:absolute; @@ -9604,7 +9604,7 @@ html.db-Locale--notEnUS div.dispute-evidence-view .header .dispute-formMenu{ opacity:1 } .db-DevTools-header{ - background-color:#f6f9fc; + background-color:#f7f7f7; border-bottom-left-radius:0; border-bottom-right-radius:0 } @@ -9699,7 +9699,7 @@ html div.db-SurveyRequestNotice .Icon{ } .db-CurrencyBlock--selected{ box-shadow:inset 0 4px #14aad9; - color:#32325d + color:#4c4c4c } .db-CurrencyBlock:not(:first-child){ box-shadow:inset 1px 0 #cfd7df @@ -9714,8 +9714,8 @@ html div.db-SurveyRequestNotice .Icon{ box-shadow:inset 1px 0 #cfd7df,inset -1px 0 #cfd7df,inset 0 4px #14aad9 } .db-CurrencyBlock:hover .db-CurrencyBlock-amount,.db-CurrencyBlock:hover .db-CurrencyBlock-currencyCode{ - color:#32325d + color:#4c4c4c } .db-CurrencySelectorSection{ - background:#f6f9fc + background:#f7f7f7 } diff --git a/accounts/public/assets/css/sail.css b/accounts/public/assets/css/sail.css index 4f632d2343..b76d8ac199 100755 --- a/accounts/public/assets/css/sail.css +++ b/accounts/public/assets/css/sail.css @@ -121,16 +121,16 @@ background-color: #fff; } .Box-background--surface { - background-color: #e6ebf1; + background-color: #fbfbfb; } .Box-background--offset { - background-color: #f6f9fc; + background-color: #f7f7f7; } .Box-background--slate { background-color: #6b7c93; } .Box-background--slate1 { - background-color: #32325d; + background-color: #4c4c4c; } .Box-background--slate2 { background-color: #424770; @@ -151,16 +151,16 @@ background-color: #cfd7df; } .Box-background--slate8 { - background-color: #e6ebf1; + background-color: #fbfbfb; } .Box-background--slate9 { - background-color: #f6f9fc; + background-color: #f7f7f7; } .Box-background--blue { background-color: #14aad9; } .Box-background--blue1 { - background-color: #32325d; + background-color: #4c4c4c; } .Box-background--blue2 { background-color: #43458b; @@ -196,7 +196,7 @@ background-color: #f7f8fd; } .Box-background--cyan { - background-color: #3297d3; + background-color: #000000; } .Box-background--cyan1 { background-color: #07427a; @@ -208,7 +208,7 @@ background-color: #217ab7; } .Box-background--cyan4 { - background-color: #3297d3; + background-color: #000000; } .Box-background--cyan5 { background-color: #45b2e8; @@ -452,25 +452,25 @@ box-shadow: inset -1px -1px #cfd7df, inset 1px 1px #cfd7df; } .Box-divider--surface-top-1 { - box-shadow: inset 0 1px #e6ebf1; + box-shadow: inset 0 1px #fbfbfb; } .Box-divider--surface-bottom-1 { - box-shadow: inset 0 -1px #e6ebf1; + box-shadow: inset 0 -1px #fbfbfb; } .Box-divider--surface-left-1 { - box-shadow: inset 1px 0 #e6ebf1; + box-shadow: inset 1px 0 #fbfbfb; } .Box-divider--surface-right-1 { - box-shadow: inset -1px 0 #e6ebf1; + box-shadow: inset -1px 0 #fbfbfb; } .Box-divider--surface-vertical-1 { - box-shadow: inset 0 -1px #e6ebf1, inset 0 1px #e6ebf1; + box-shadow: inset 0 -1px #fbfbfb, inset 0 1px #fbfbfb; } .Box-divider--surface-horizontal-1 { - box-shadow: inset -1px 0 #e6ebf1, inset 1px 0 #e6ebf1; + box-shadow: inset -1px 0 #fbfbfb, inset 1px 0 #fbfbfb; } .Box-divider--surface-all-1 { - box-shadow: inset -1px -1px #e6ebf1, inset 1px 1px #e6ebf1; + box-shadow: inset -1px -1px #fbfbfb, inset 1px 1px #fbfbfb; } .Box-divider--white-top-1 { box-shadow: inset 0 1px #fff; @@ -515,25 +515,25 @@ box-shadow: inset -2px -2px #cfd7df, inset 2px 2px #cfd7df; } .Box-divider--surface-top-2 { - box-shadow: inset 0 2px #e6ebf1; + box-shadow: inset 0 2px #fbfbfb; } .Box-divider--surface-bottom-2 { - box-shadow: inset 0 -2px #e6ebf1; + box-shadow: inset 0 -2px #fbfbfb; } .Box-divider--surface-left-2 { - box-shadow: inset 2px 0 #e6ebf1; + box-shadow: inset 2px 0 #fbfbfb; } .Box-divider--surface-right-2 { - box-shadow: inset -2px 0 #e6ebf1; + box-shadow: inset -2px 0 #fbfbfb; } .Box-divider--surface-vertical-2 { - box-shadow: inset 0 -2px #e6ebf1, inset 0 2px #e6ebf1; + box-shadow: inset 0 -2px #fbfbfb, inset 0 2px #fbfbfb; } .Box-divider--surface-horizontal-2 { - box-shadow: inset -2px 0 #e6ebf1, inset 2px 0 #e6ebf1; + box-shadow: inset -2px 0 #fbfbfb, inset 2px 0 #fbfbfb; } .Box-divider--surface-all-2 { - box-shadow: inset -2px -2px #e6ebf1, inset 2px 2px #e6ebf1; + box-shadow: inset -2px -2px #fbfbfb, inset 2px 2px #fbfbfb; } .Box-divider--white-top-2 { box-shadow: inset 0 2px #fff; @@ -1279,7 +1279,7 @@ color: #fff; } .Text-color--dark { - color: #32325d; + color: #4c4c4c; } .Text-color--default { color: #000000; @@ -1300,7 +1300,7 @@ color: #000000; } .Text-color--cyan { - color: #3297d3; + color: #000000; } .Text-color--gray { color: #6b7c93; @@ -1422,7 +1422,7 @@ pointer-events: none; } .Button:hover { - color: #32325d; + color: #4c4c4c; } .Button-fill { border-radius: 4px; @@ -1533,12 +1533,12 @@ .ButtonLink:active .ButtonLink-label, .ButtonLink:focus .ButtonLink-label, .ButtonLink:hover .ButtonLink-label { - color: #32325d; + color: #4c4c4c; } .ButtonLink:active .ActionIcon svg, .ButtonLink:focus .ActionIcon svg, .ButtonLink:hover .ActionIcon svg { - fill: #32325d; + fill: #4c4c4c; } .Checkbox { position: relative; @@ -1624,7 +1624,7 @@ } .SearchableSelect-input { border: 1px solid #f4f4f4; - border-bottom: 1px solid #e6ebf1; + border-bottom: 1px solid #fbfbfb; border-radius: 4px 4px 0 0; border-width: 1px 0; padding: 8px; @@ -1647,7 +1647,7 @@ padding: 8px; } .SearchableSelect-item--highlighted { - background-color: #e6ebf1; + background-color: #fbfbfb; } .Switch { display: -webkit-box; @@ -1747,7 +1747,7 @@ color: inherit; } .ActionIcon--color--cyan { - color: #3297d3; + color: #000000; } .ActionIcon--color--slate { color: #000000; @@ -1789,7 +1789,7 @@ .Badge.Is--hovered .Badge-text, .BadgeParent:hover .Badge, .BadgeParent:hover .Badge-text { - color: #32325d; + color: #4c4c4c; } .Badge.Is--disabled { box-shadow: inset 0 0 0 1px rgba(136, 152, 170, 0.2); @@ -4082,7 +4082,7 @@ color: #fff; } .ChartIcon--color--slate1 { - color: #32325d; + color: #4c4c4c; } .ChartIcon--color--slate2 { color: #424770; @@ -4103,16 +4103,16 @@ color: #cfd7df; } .ChartIcon--color--slate8 { - color: #e6ebf1; + color: #fbfbfb; } .ChartIcon--color--slate9 { - color: #f6f9fc; + color: #f7f7f7; } .ChartIcon--color--blue { color: #14aad9; } .ChartIcon--color--blue1 { - color: #32325d; + color: #4c4c4c; } .ChartIcon--color--blue2 { color: #43458b; @@ -4139,7 +4139,7 @@ color: #ecfaff; } .ChartIcon--color--cyan { - color: #3297d3; + color: #000000; } .ChartIcon--color--cyan1 { color: #07427a; @@ -4151,7 +4151,7 @@ color: #217ab7; } .ChartIcon--color--cyan4 { - color: #3297d3; + color: #000000; } .ChartIcon--color--cyan5 { color: #45b2e8; @@ -4461,7 +4461,7 @@ } .Tag.Is--hovered .Tag-text, .TagParent:hover .Tag-text { - color: #32325d; + color: #4c4c4c; } .ContentHeader-center { -webkit-box-flex: 1; @@ -4476,7 +4476,7 @@ opacity: 0.5; } .DataTable-cell { - box-shadow: inset 0 -1px 0 0 #e6ebf1; + box-shadow: inset 0 -1px 0 0 #fbfbfb; } .DataTable-row:last-child .DataTable-cell { box-shadow: none; @@ -4488,8 +4488,8 @@ padding-right: 12px; } .DataTable-head .DataTable-row .DataTable-cell { - background-color: #f6f9fc; - box-shadow: inset 0 -1px 0 0 #e6ebf1; + background-color: #f7f7f7; + box-shadow: inset 0 -1px 0 0 #fbfbfb; } .EmptyState { text-align: center; @@ -4501,11 +4501,11 @@ cursor: pointer; } .IndentedListItem .IndentedListItem-area { - box-shadow: inset 20px 0 0 #fff, inset -20px 0 0 #fff, inset 0 -1px 0 #e6ebf1; + box-shadow: inset 20px 0 0 #fff, inset -20px 0 0 #fff, inset 0 -1px 0 #fbfbfb; } .IndentedListItem--background--offset .IndentedListItem-area { - box-shadow: inset 20px 0 0 #f6f9fc, inset -20px 0 0 #f6f9fc, - inset 0 -1px 0 #e6ebf1; + box-shadow: inset 20px 0 0 #f7f7f7, inset -20px 0 0 #f7f7f7, + inset 0 -1px 0 #fbfbfb; } .IndentedListItem:first-child .IndentedListItem-area { border-top-left-radius: 4px; @@ -4856,7 +4856,7 @@ position: absolute; top: 0; width: 2px; - background-color: #e6ebf1; + background-color: #fbfbfb; } .Promotion-tail:first-child { border-top-left-radius: 4px; @@ -4895,7 +4895,7 @@ pointer-events: none; } .Steps-item:hover .Steps-itemLabel { - color: #32325d; + color: #4c4c4c; } .Steps-item--onClick { background: transparent; diff --git a/accounts/src/components/basic/ErrorBoundary.js b/accounts/src/components/basic/ErrorBoundary.js index 0b9a2226c9..0374a88d80 100755 --- a/accounts/src/components/basic/ErrorBoundary.js +++ b/accounts/src/components/basic/ErrorBoundary.js @@ -26,7 +26,7 @@ class ErrorBoundary extends Component { if (this.state.hasError) { return ( -