increase specificty of color variables fix #208

This commit is contained in:
overdodactyl 2018-10-24 19:34:05 -06:00
parent 2ccd6914ab
commit ca195fed6d
7 changed files with 603 additions and 520 deletions

View File

@ -11,6 +11,10 @@
@slackInvitation https://join.slack.com/t/shadowfox-workspace/shared_invite/enQtMzU3NTU2NTQ0NDA1LTcwN2I1M2I4MzlkMWFlMWEzODc2MTY1NzU2NjhlYTgzOGY5ZTQzM2UxZTFiZDMxNDM1NDMyNjlhOWQ4MWQ3ZDc
@license MIT License Copyright (c) 2017 overdodactyl
================= */
@-moz-document url-prefix(https://discovery.addons.mozilla.org),
url-prefix(chrome://),
url-prefix(about:),
url(https://www.mozilla.org/credits/) {
:root {
--magenta-50: #ff1ad9;
--magenta-60: #ed00b5;
@ -141,6 +145,7 @@
--end-indicator-for-updater-scripts: black;
--dummy-variable-for-updater-scripys: black
}
}
menupopup,
menupopup > menu > menupopup,
menupopup scrollbox,
@ -988,6 +993,26 @@ url-prefix(about:memory) {
-moz-appearance: none!important
}
}
/*! Colors hard coded due to variables not being recognized from
color_variables.css ... Firefox bug? */
@-moz-document url-prefix(https://discovery.addons.mozilla.org) {
.addon .ThemeImage,
header {
border-color: #4a4a4f!important
}
.addon .editorial-description,
.addon .heading span,
.disco-content {
color: #b1b1b3!important
}
.Button--action,
.Button--action:link,
.Button--action:not(.Button--disabled):hover,
.addon .heading,
header h1 {
color: #f9f9fa!important
}
}
@-moz-document url-prefix("https://addons.mozilla.org") {
.Footer,
.Footer-wrapper,

View File

@ -11,6 +11,10 @@
@slackInvitation https://join.slack.com/t/shadowfox-workspace/shared_invite/enQtMzU3NTU2NTQ0NDA1LTcwN2I1M2I4MzlkMWFlMWEzODc2MTY1NzU2NjhlYTgzOGY5ZTQzM2UxZTFiZDMxNDM1NDMyNjlhOWQ4MWQ3ZDc
@license MIT License Copyright (c) 2017 overdodactyl
================= */
@-moz-document url-prefix(https://discovery.addons.mozilla.org),
url-prefix(chrome://),
url-prefix(about:),
url(https://www.mozilla.org/credits/) {
:root {
--magenta-50: #ff1ad9;
--magenta-60: #ed00b5;
@ -141,3 +145,4 @@
--end-indicator-for-updater-scripts: black;
--dummy-variable-for-updater-scripys: black
}
}

View File

@ -456,3 +456,23 @@ url-prefix(about:memory) {
-moz-appearance: none!important
}
}
/*! Colors hard coded due to variables not being recognized from
color_variables.css ... Firefox bug? */
@-moz-document url-prefix(https://discovery.addons.mozilla.org) {
.addon .ThemeImage,
header {
border-color: #4a4a4f!important
}
.addon .editorial-description,
.addon .heading span,
.disco-content {
color: #b1b1b3!important
}
.Button--action,
.Button--action:link,
.Button--action:not(.Button--disabled):hover,
.addon .heading,
header h1 {
color: #f9f9fa!important
}
}

View File

@ -11,6 +11,10 @@
@slackInvitation https://join.slack.com/t/shadowfox-workspace/shared_invite/enQtMzU3NTU2NTQ0NDA1LTcwN2I1M2I4MzlkMWFlMWEzODc2MTY1NzU2NjhlYTgzOGY5ZTQzM2UxZTFiZDMxNDM1NDMyNjlhOWQ4MWQ3ZDc
@license MIT License Copyright (c) 2017 overdodactyl
================= */
@-moz-document url-prefix(https://discovery.addons.mozilla.org),
url-prefix(chrome://),
url-prefix(about:),
url(https://www.mozilla.org/credits/) {
:root {
--magenta-50: #ff1ad9;
--magenta-60: #ed00b5;
@ -139,9 +143,8 @@
--cm-red: #de7474!important;
--start-indicator-for-updater-scripts: black;
--end-indicator-for-updater-scripts: black;
--dummy-variable-for-updater-scripys: black;
--panel-separator-color: var(--in-content-border-color)!important;
--tab-loading-fill: var(--in-content-category-text-selected)!important
--dummy-variable-for-updater-scripys: black
}
}
menupopup,
menupopup > menu > menupopup,
@ -541,6 +544,10 @@ url(chrome://browser/content/pageinfo/pageInfo.xul) {
background: var(--in-content-category-header-background)!important
}
}
:root {
--panel-separator-color: var(--in-content-border-color)!important;
--tab-loading-fill: var(--in-content-category-text-selected)!important
}
#urlbar[focused=true],
.searchbar-textbox[focused=true] {
border: 1px solid!important;

View File

@ -4,6 +4,7 @@
@import "css/common-files/library.css";
@import "css/common-files/context_menus.css";
@import "css/userChrome-files/about_addons.css";
@import "css/userChrome-files/about_firefox.css";
@import "css/userChrome-files/address_searchbar.css";
@import "css/userChrome-files/bookmarks_popup.css";

View File

@ -11,6 +11,10 @@
@slackInvitation https://join.slack.com/t/shadowfox-workspace/shared_invite/enQtMzU3NTU2NTQ0NDA1LTcwN2I1M2I4MzlkMWFlMWEzODc2MTY1NzU2NjhlYTgzOGY5ZTQzM2UxZTFiZDMxNDM1NDMyNjlhOWQ4MWQ3ZDc
@license MIT License Copyright (c) 2017 overdodactyl
================= */
@-moz-document url-prefix(https://discovery.addons.mozilla.org),
url-prefix(chrome://),
url-prefix(about:),
url(https://www.mozilla.org/credits/) {
:root {
--magenta-50: #ff1ad9;
--magenta-60: #ed00b5;
@ -141,6 +145,7 @@
--end-indicator-for-updater-scripts: black;
--dummy-variable-for-updater-scripys: black
}
}
menupopup,
menupopup > menu > menupopup,
menupopup scrollbox,
@ -988,6 +993,26 @@ url-prefix(about:memory) {
-moz-appearance: none!important
}
}
/*! Colors hard coded due to variables not being recognized from
color_variables.css ... Firefox bug? */
@-moz-document url-prefix(https://discovery.addons.mozilla.org) {
.addon .ThemeImage,
header {
border-color: #4a4a4f!important
}
.addon .editorial-description,
.addon .heading span,
.disco-content {
color: #b1b1b3!important
}
.Button--action,
.Button--action:link,
.Button--action:not(.Button--disabled):hover,
.addon .heading,
header h1 {
color: #f9f9fa!important
}
}
@-moz-document url-prefix("https://addons.mozilla.org") {
.Footer,
.Footer-wrapper,