diff options
| author | Servail <45024837+Servail@users.noreply.github.com> | 2019-07-09 15:10:26 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-09 15:10:26 +0300 |
| commit | fb31ab76acadee2bef6a0b077e980c6ecf73f40b (patch) | |
| tree | 81c69c95b2b470012431a497a9cf4f5a786734fb | |
| parent | 616a1adc2b865e0192a407f9d163e90b82a65a98 (diff) | |
Update common.css
| -rw-r--r-- | src/chrome/global/in-content/common.css | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/chrome/global/in-content/common.css b/src/chrome/global/in-content/common.css index c0fbf34..63bf3f4 100644 --- a/src/chrome/global/in-content/common.css +++ b/src/chrome/global/in-content/common.css | |||
| @@ -7,18 +7,18 @@ | |||
| 7 | 7 | ||
| 8 | *|*:root { | 8 | *|*:root { |
| 9 | --in-content-page-color: #fff; | 9 | --in-content-page-color: #fff; |
| 10 | --in-content-page-background: rgb(23,23,23); | 10 | --in-content-page-background: rgb(0,0,0); |
| 11 | --in-content-frame-background: rgb(23,23,23); | 11 | --in-content-frame-background: rgb(0,0,0); |
| 12 | --in-content-main-border-color: rgb(50,50,50); | 12 | --in-content-main-border-color: rgb(50,50,50); |
| 13 | --in-content-main-background-color: rgb(43,43,43); | 13 | --in-content-main-background-color: rgb(0,0,0); |
| 14 | --in-content-main-background-image: transparent; | 14 | --in-content-main-background-image: transparent; |
| 15 | --in-content-text-color: #fff; | 15 | --in-content-text-color: #fff; |
| 16 | --in-content-selected-text: #fff; | 16 | --in-content-selected-text: #fff; |
| 17 | --in-content-header-border-color: rgb(50,50,50); | 17 | --in-content-header-border-color: rgb(50,50,50); |
| 18 | --in-content-box-background: rgb(50,50,50); | 18 | --in-content-box-background: rgb(0,0,0); |
| 19 | --in-content-box-background-odd: #f3f6fa; | 19 | --in-content-box-background-odd: #f3f6fa; |
| 20 | --in-content-box-background-hover: rgb(75,75,75); | 20 | --in-content-box-background-hover: rgb(0,0,0); |
| 21 | --in-content-box-background-active: rgb(23,23,23); | 21 | --in-content-box-background-active: rgb(1,1,1); |
| 22 | --in-content-box-border-color: rgb(75,75,75); | 22 | --in-content-box-border-color: rgb(75,75,75); |
| 23 | --in-content-item-hover: rgb(110,110,110); | 23 | --in-content-item-hover: rgb(110,110,110); |
| 24 | --in-content-item-selected: rgb(110,110,110); | 24 | --in-content-item-selected: rgb(110,110,110); |
| @@ -37,11 +37,11 @@ | |||
| 37 | --in-content-link-color-hover: rgb(219,219,219); | 37 | --in-content-link-color-hover: rgb(219,219,219); |
| 38 | --in-content-link-color-active: rgb(219,219,219); | 38 | --in-content-link-color-active: rgb(219,219,219); |
| 39 | --in-content-link-color-visited: #551a8b; | 39 | --in-content-link-color-visited: #551a8b; |
| 40 | --in-content-primary-button-background: rgb(75,75,75); | 40 | --in-content-primary-button-background: rgb(0,0,0); |
| 41 | --in-content-primary-button-background-hover: rgb(110,110,110); | 41 | --in-content-primary-button-background-hover: rgb(110,110,110); |
| 42 | --in-content-primary-button-background-active: rgb(43,43,43); | 42 | --in-content-primary-button-background-active: rgb(43,43,43); |
| 43 | --in-content-table-border-dark-color: rgb(50,50,50); | 43 | --in-content-table-border-dark-color: rgb(50,50,50); |
| 44 | --in-content-table-header-background: rgb(110,110,110); | 44 | --in-content-table-header-background: rgb(1,1,1); |
| 45 | } | 45 | } |
| 46 | 46 | ||
| 47 | html|html, | 47 | html|html, |
| @@ -1166,7 +1166,7 @@ xul|treechildren::-moz-tree-cell-text(selected) { | |||
| 1166 | 1166 | ||
| 1167 | @-moz-document url-prefix("about:performance") { | 1167 | @-moz-document url-prefix("about:performance") { |
| 1168 | #subprocess-reports td { | 1168 | #subprocess-reports td { |
| 1169 | background-color: rgb(75,75,75) !important; | 1169 | background-color: rgb(0,0,0) !important; |
| 1170 | } | 1170 | } |
| 1171 | } | 1171 | } |
| 1172 | 1172 | ||
| @@ -1264,4 +1264,4 @@ page:-moz-any(#tabGroups-preferences,#theFoxOnlyBetter-preferences,#omnisidebar- | |||
| 1264 | min-width: 32px; | 1264 | min-width: 32px; |
| 1265 | margin-inline-start: 6px; | 1265 | margin-inline-start: 6px; |
| 1266 | } | 1266 | } |
| 1267 | } \ No newline at end of file | 1267 | } |
