diff options
| author | Vineet Kumar <git@vineetk.net> | 2022-08-29 17:02:12 -0400 |
|---|---|---|
| committer | Vineet Kumar <git@vineetk.net> | 2026-05-14 17:02:12 -0400 |
| commit | 199c684366d6cf7431513ff15bae9861166a3a19 (patch) | |
| tree | ab143c779ca20d6ba39be37b2ee2b93b2802cfa2 /src/chrome/global/in-content/common.css | |
| parent | 48c977ab7fcab19dc4da19bba4b209b220c0a33e (diff) | |
Diffstat (limited to 'src/chrome/global/in-content/common.css')
| -rw-r--r-- | src/chrome/global/in-content/common.css | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/chrome/global/in-content/common.css b/src/chrome/global/in-content/common.css index 63bf3f4..5ea08da 100644 --- a/src/chrome/global/in-content/common.css +++ b/src/chrome/global/in-content/common.css | |||
| @@ -6,18 +6,18 @@ | |||
| 6 | @namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"; | 6 | @namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"; |
| 7 | 7 | ||
| 8 | *|*:root { | 8 | *|*:root { |
| 9 | --in-content-page-color: #fff; | 9 | --in-content-page-color: #ffffff; |
| 10 | --in-content-page-background: rgb(0,0,0); | 10 | --in-content-page-background: #181411; |
| 11 | --in-content-frame-background: rgb(0,0,0); | 11 | --in-content-frame-background: #181411; |
| 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(0,0,0); | 13 | --in-content-main-background-color: #181411; |
| 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: #ffffff; |
| 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(0,0,0); | 18 | --in-content-box-background: #181411; |
| 19 | --in-content-box-background-odd: #f3f6fa; | 19 | --in-content-box-background-odd: #f3f6fa; |
| 20 | --in-content-box-background-hover: rgb(0,0,0); | 20 | --in-content-box-background-hover: #181411; |
| 21 | --in-content-box-background-active: rgb(1,1,1); | 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); |
| @@ -33,11 +33,11 @@ | |||
| 33 | --in-content-category-background-hover: #5e6972; | 33 | --in-content-category-background-hover: #5e6972; |
| 34 | --in-content-category-background-active: #343f48; | 34 | --in-content-category-background-active: #343f48; |
| 35 | --in-content-tab-color: #424f5a; | 35 | --in-content-tab-color: #424f5a; |
| 36 | --in-content-link-color: #fff; | 36 | --in-content-link-color: #ffffff; |
| 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(0,0,0); | 40 | --in-content-primary-button-background: #181411; |
| 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); |
| @@ -715,7 +715,7 @@ xul|*.radio-label-box { | |||
| 715 | -moz-appearance: none; | 715 | -moz-appearance: none; |
| 716 | box-sizing: border-box; | 716 | box-sizing: border-box; |
| 717 | background-color: transparent; | 717 | background-color: transparent; |
| 718 | color: #fff; | 718 | color: #bfbbb6; |
| 719 | padding-inline-start: 4px; | 719 | padding-inline-start: 4px; |
| 720 | padding-inline-end: 27px; | 720 | padding-inline-end: 27px; |
| 721 | border: 1px solid transparent; | 721 | border: 1px solid transparent; |
| @@ -889,7 +889,7 @@ xul|treecolpicker { | |||
| 889 | -moz-appearance: none; | 889 | -moz-appearance: none; |
| 890 | border: none; | 890 | border: none; |
| 891 | background-color: var(--in-content-box-background-hover); | 891 | background-color: var(--in-content-box-background-hover); |
| 892 | color: #fff; | 892 | color: #bfbbb6; |
| 893 | padding: 5px 10px; | 893 | padding: 5px 10px; |
| 894 | } | 894 | } |
| 895 | 895 | ||
| @@ -1143,7 +1143,7 @@ xul|treechildren::-moz-tree-cell-text(selected) { | |||
| 1143 | 1143 | ||
| 1144 | /* @-moz-document url-prefix("about:privatebrowsing"){ */ | 1144 | /* @-moz-document url-prefix("about:privatebrowsing"){ */ |
| 1145 | div#bar.showPrivate{ | 1145 | div#bar.showPrivate{ |
| 1146 | background-color: #000; | 1146 | background-color: #181411; |
| 1147 | } | 1147 | } |
| 1148 | .showPrivate ul#forgotten > li{ | 1148 | .showPrivate ul#forgotten > li{ |
| 1149 | background-image: url("chrome://global/skin/in-content/check.svg#check"); | 1149 | background-image: url("chrome://global/skin/in-content/check.svg#check"); |
| @@ -1160,13 +1160,13 @@ xul|treechildren::-moz-tree-cell-text(selected) { | |||
| 1160 | background-color: #9b9b9b; | 1160 | background-color: #9b9b9b; |
| 1161 | } | 1161 | } |
| 1162 | .showPrivate span#tpDisabled{ | 1162 | .showPrivate span#tpDisabled{ |
| 1163 | background-color: #000; | 1163 | background-color: #181411; |
| 1164 | } | 1164 | } |
| 1165 | /* } */ | 1165 | /* } */ |
| 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(0,0,0) !important; | 1169 | background-color: #181411 !important; |
| 1170 | } | 1170 | } |
| 1171 | } | 1171 | } |
| 1172 | 1172 | ||
