merge #187 into main files and add import link
This commit is contained in:
parent
490a83d511
commit
ae82158b65
|
@ -1,31 +1,30 @@
|
|||
/*! Alters the webextension YouTube Video And Audio Downloader (WebEx)
|
||||
IMPORTANT: change the Internal UUID */
|
||||
@-moz-document url-prefix("moz-extension://{f73df109-8fb4-453e-8373-f59e61ca4da3}/") {
|
||||
body, #content {
|
||||
color: var(--tone-2) !important;
|
||||
background-color: var(--tone-8) !important;
|
||||
#content,
|
||||
body {
|
||||
color: var(--tone-2)!important;
|
||||
background-color: var(--tone-8)!important
|
||||
}
|
||||
body>div>div:not(#items) {
|
||||
background-color: var(--tone-5) !important;
|
||||
body > div > div:not(#items) {
|
||||
background-color: var(--tone-5)!important
|
||||
}
|
||||
#settings {
|
||||
background-color: var(--tone-8) !important;
|
||||
border-top: 1px solid #fff;
|
||||
background-color: var(--tone-8)!important;
|
||||
border-top: 1px solid #fff
|
||||
}
|
||||
#settings>div {
|
||||
background-color: transparent;
|
||||
#settings > div {
|
||||
background-color: transparent
|
||||
}
|
||||
body[data-loading=true] {
|
||||
background-color: var(--tone-8) !important;
|
||||
background-color: var(--tone-8)!important
|
||||
}
|
||||
.item {
|
||||
background-color: var(--tone-5) !important;
|
||||
color: var(--tone-2) !important;
|
||||
}
|
||||
#close {
|
||||
background-color: var(--tone-5) !important;
|
||||
background-color: var(--tone-5)!important;
|
||||
color: var(--tone-2)!important
|
||||
}
|
||||
#close,
|
||||
#externals {
|
||||
background-color: var(--tone-5) !important;
|
||||
background-color: var(--tone-5)!important
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3146,3 +3146,33 @@ url-prefix("moz-extension://{e4a8a97b-f2ed-450b-b12d-ee082ba24781}/src/content/e
|
|||
background: var(--in-content-box-background)!important
|
||||
}
|
||||
}
|
||||
/*! Alters the webextension YouTube Video And Audio Downloader (WebEx)
|
||||
IMPORTANT: change the Internal UUID */
|
||||
@-moz-document url-prefix("moz-extension://{f73df109-8fb4-453e-8373-f59e61ca4da3}/") {
|
||||
#content,
|
||||
body {
|
||||
color: var(--tone-2)!important;
|
||||
background-color: var(--tone-8)!important
|
||||
}
|
||||
body > div > div:not(#items) {
|
||||
background-color: var(--tone-5)!important
|
||||
}
|
||||
#settings {
|
||||
background-color: var(--tone-8)!important;
|
||||
border-top: 1px solid #fff
|
||||
}
|
||||
#settings > div {
|
||||
background-color: transparent
|
||||
}
|
||||
body[data-loading=true] {
|
||||
background-color: var(--tone-8)!important
|
||||
}
|
||||
.item {
|
||||
background-color: var(--tone-5)!important;
|
||||
color: var(--tone-2)!important
|
||||
}
|
||||
#close,
|
||||
#externals {
|
||||
background-color: var(--tone-5)!important
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
@import "css/userContent-files/webextension-tweaks/brief.css";
|
||||
@import "css/userContent-files/webextension-tweaks/cookie_autodelete.css";
|
||||
@import "css/userContent-files/webextension-tweaks/dark_mode.css";
|
||||
@import "css/userContent-files/webextension-tweaks/dustman.css";
|
||||
@import "css/userContent-files/webextension-tweaks/downloads_sidebar.css";
|
||||
@import "css/userContent-files/webextension-tweaks/greasemonkey.css";
|
||||
@import "css/userContent-files/webextension-tweaks/multi_account_containers.css";
|
||||
|
@ -36,3 +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"
|
||||
|
|
Loading…
Reference in New Issue