Update about:addons and AMO
This commit is contained in:
parent
8ba28e4b02
commit
4176b23708
|
@ -2,3 +2,4 @@
|
|||
internal_UUIDs.txt
|
||||
node_modules
|
||||
.cache
|
||||
ShadowFox.xcodeproj
|
||||
|
|
|
@ -135,6 +135,7 @@ url-prefix(moz-extension) {
|
|||
--tab-line-selected-color: var(--accent-2)!important;
|
||||
--secure-connection-color: var(--accent-1);
|
||||
--theme-sidebar-background: #1B1B1D!important;
|
||||
--card-outline-color: var(--in-content-box-border-color)!important;
|
||||
--cm-background: var(--tone-8)!important;
|
||||
--cm-selection: #353b48!important;
|
||||
--cm-marker: #555!important;
|
||||
|
@ -1008,8 +1009,8 @@ url-prefix(https://discovery.addons.mozilla.org) {
|
|||
-moz-appearance: none!important
|
||||
}
|
||||
}
|
||||
/*! Colors hard coded due to variables not being recognized from
|
||||
color_variables.css ... Firefox bug? */
|
||||
/*! 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 {
|
||||
|
@ -1080,6 +1081,7 @@ url-prefix(https://discovery.addons.mozilla.org) {
|
|||
.Addon-author a:link .Button--action,
|
||||
.Addon-title,
|
||||
.AddonBadges .Badge,
|
||||
.AddonTitle,
|
||||
.Button--action,
|
||||
.Button--action.Button--small:link,
|
||||
.Button--action:link,
|
||||
|
@ -1197,6 +1199,18 @@ url-prefix(https://discovery.addons.mozilla.org) {
|
|||
.Icon-featured {
|
||||
filter: invert(85%)!important
|
||||
}
|
||||
.Icon-plus-dark {
|
||||
filter: invert(100%)!important
|
||||
}
|
||||
.Button--neutral.Button--puffy,
|
||||
.Button--neutral:link.Button--puffy {
|
||||
background: var(--in-content-primary-button-background)!important;
|
||||
color: var(--in-content-selected-text)!important
|
||||
}
|
||||
.Button--neutral.Button--puffy:hover,
|
||||
.Button--neutral:link.Button--puffy:hover {
|
||||
background: var(--in-content-primary-button-background-hover)!important
|
||||
}
|
||||
}
|
||||
@-moz-document regexp("^[file:///].*[^(html|svg)]$") {
|
||||
:root {
|
||||
|
|
|
@ -135,6 +135,7 @@ url-prefix(moz-extension) {
|
|||
--tab-line-selected-color: var(--accent-2)!important;
|
||||
--secure-connection-color: var(--accent-1);
|
||||
--theme-sidebar-background: #1B1B1D!important;
|
||||
--card-outline-color: var(--in-content-box-border-color)!important;
|
||||
--cm-background: var(--tone-8)!important;
|
||||
--cm-selection: #353b48!important;
|
||||
--cm-marker: #555!important;
|
||||
|
|
|
@ -465,8 +465,8 @@ url-prefix(https://discovery.addons.mozilla.org) {
|
|||
-moz-appearance: none!important
|
||||
}
|
||||
}
|
||||
/*! Colors hard coded due to variables not being recognized from
|
||||
color_variables.css ... Firefox bug? */
|
||||
/*! 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 {
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
.Addon-author a:link .Button--action,
|
||||
.Addon-title,
|
||||
.AddonBadges .Badge,
|
||||
.AddonTitle,
|
||||
.Button--action,
|
||||
.Button--action.Button--small:link,
|
||||
.Button--action:link,
|
||||
|
@ -167,4 +168,16 @@
|
|||
.Icon-featured {
|
||||
filter: invert(85%)!important
|
||||
}
|
||||
.Icon-plus-dark {
|
||||
filter: invert(100%)!important
|
||||
}
|
||||
.Button--neutral.Button--puffy,
|
||||
.Button--neutral:link.Button--puffy {
|
||||
background: var(--in-content-primary-button-background)!important;
|
||||
color: var(--in-content-selected-text)!important
|
||||
}
|
||||
.Button--neutral.Button--puffy:hover,
|
||||
.Button--neutral:link.Button--puffy:hover {
|
||||
background: var(--in-content-primary-button-background-hover)!important
|
||||
}
|
||||
}
|
|
@ -84,7 +84,7 @@ gulp.task('publish', gulp.series('minify_base_code', 'userChrome', 'userContent'
|
|||
gulp.task('push', function() {
|
||||
return gulp.src('.')
|
||||
.pipe(exec('git push'))
|
||||
.pipe(exec('sh scripts/uuids.sh add'))
|
||||
.pipe(exec('sh scripts/uuids.sh add nogen'))
|
||||
});
|
||||
|
||||
|
||||
|
|
|
@ -135,6 +135,7 @@ url-prefix(moz-extension) {
|
|||
--tab-line-selected-color: var(--accent-2)!important;
|
||||
--secure-connection-color: var(--accent-1);
|
||||
--theme-sidebar-background: #1B1B1D!important;
|
||||
--card-outline-color: var(--in-content-box-border-color)!important;
|
||||
--cm-background: var(--tone-8)!important;
|
||||
--cm-selection: #353b48!important;
|
||||
--cm-marker: #555!important;
|
||||
|
|
|
@ -135,6 +135,7 @@ url-prefix(moz-extension) {
|
|||
--tab-line-selected-color: var(--accent-2)!important;
|
||||
--secure-connection-color: var(--accent-1);
|
||||
--theme-sidebar-background: #1B1B1D!important;
|
||||
--card-outline-color: var(--in-content-box-border-color)!important;
|
||||
--cm-background: var(--tone-8)!important;
|
||||
--cm-selection: #353b48!important;
|
||||
--cm-marker: #555!important;
|
||||
|
@ -1008,8 +1009,8 @@ url-prefix(https://discovery.addons.mozilla.org) {
|
|||
-moz-appearance: none!important
|
||||
}
|
||||
}
|
||||
/*! Colors hard coded due to variables not being recognized from
|
||||
color_variables.css ... Firefox bug? */
|
||||
/*! 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 {
|
||||
|
@ -1080,6 +1081,7 @@ url-prefix(https://discovery.addons.mozilla.org) {
|
|||
.Addon-author a:link .Button--action,
|
||||
.Addon-title,
|
||||
.AddonBadges .Badge,
|
||||
.AddonTitle,
|
||||
.Button--action,
|
||||
.Button--action.Button--small:link,
|
||||
.Button--action:link,
|
||||
|
@ -1197,6 +1199,18 @@ url-prefix(https://discovery.addons.mozilla.org) {
|
|||
.Icon-featured {
|
||||
filter: invert(85%)!important
|
||||
}
|
||||
.Icon-plus-dark {
|
||||
filter: invert(100%)!important
|
||||
}
|
||||
.Button--neutral.Button--puffy,
|
||||
.Button--neutral:link.Button--puffy {
|
||||
background: var(--in-content-primary-button-background)!important;
|
||||
color: var(--in-content-selected-text)!important
|
||||
}
|
||||
.Button--neutral.Button--puffy:hover,
|
||||
.Button--neutral:link.Button--puffy:hover {
|
||||
background: var(--in-content-primary-button-background-hover)!important
|
||||
}
|
||||
}
|
||||
@-moz-document regexp("^[file:///].*[^(html|svg)]$") {
|
||||
:root {
|
||||
|
|
|
@ -37,4 +37,4 @@
|
|||
@import "css/userContent-files/webextension-tweaks/umatrix.css";
|
||||
@import "css/userContent-files/webextension-tweaks/vim_vixen.css";
|
||||
@import "css/userContent-files/webextension-tweaks/violentmonkey.css";
|
||||
@import "css/userContent-files/webextension-tweaks/youtube_video_and_audio_downloader.css"
|
||||
@import "css/userContent-files/webextension-tweaks/youtube_video_and_audio_downloader.css"
|
||||
|
|
Loading…
Reference in New Issue