remove extension redundancies
This commit is contained in:
parent
cd987e5731
commit
f484ac9220
|
@ -2,20 +2,11 @@
|
||||||
IMPORTANT: change the Internal UUID */
|
IMPORTANT: change the Internal UUID */
|
||||||
@-moz-document url-prefix("moz-extension://dark_mode_UUID/") {
|
@-moz-document url-prefix("moz-extension://dark_mode_UUID/") {
|
||||||
.comment {
|
.comment {
|
||||||
color: var(--accent-1)!important
|
color: var(--in-content-link-color)!important
|
||||||
}
|
|
||||||
label {
|
|
||||||
color: var(--tone-4)!important
|
|
||||||
}
|
}
|
||||||
.title {
|
.title {
|
||||||
color: var(--in-content-page-color)!important;
|
|
||||||
background-color: var(--in-content-category-header-background)!important
|
background-color: var(--in-content-category-header-background)!important
|
||||||
}
|
}
|
||||||
textarea {
|
|
||||||
color: var(--in-content-page-color)!important;
|
|
||||||
background-color: var(--in-content-box-background)!important;
|
|
||||||
border: none!important
|
|
||||||
}
|
|
||||||
.highlight {
|
.highlight {
|
||||||
background-color: var(--in-content-box-border-color)!important
|
background-color: var(--in-content-box-border-color)!important
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
/*! Alters the webextension Decentraleyes
|
|
||||||
IMPORTANT: change the Internal UUID */
|
|
||||||
@-moz-document url-prefix("moz-extension://decentraleyes_UUID/") {
|
|
||||||
body {
|
|
||||||
background-color: var(--in-content-box-background)!important;
|
|
||||||
color: var(--tone-4)!important
|
|
||||||
}
|
|
||||||
.panel:not(:last-child),
|
|
||||||
header {
|
|
||||||
border-color: var(--tone-5)!important
|
|
||||||
}
|
|
||||||
.button {
|
|
||||||
background-color: var(--in-content-box-background)!important;
|
|
||||||
border-color: var(--tone-5)!important
|
|
||||||
}
|
|
||||||
.button:hover {
|
|
||||||
background-color: var(--in-content-page-background)!important
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,7 +1,8 @@
|
||||||
/* Pop Up Background Fixes */
|
/* Pop Up Background Fixes */
|
||||||
@-moz-document url-prefix("moz-extension://css_exfil_protection_UUID/popup.html"),
|
@-moz-document url-prefix("moz-extension://css_exfil_protection_UUID/popup.html"),
|
||||||
url-prefix("moz-extension://https_everywhere_UUID/pages/popup"),
|
url-prefix("moz-extension://https_everywhere_UUID/pages/popup"),
|
||||||
url-prefix("moz-extension://skip_redirect_UUID/") {
|
url-prefix("moz-extension://decentraleyes_UUID/pages/popup"),
|
||||||
|
url-prefix("moz-extension://smart_https_UUID/data/data/popup.html") {
|
||||||
:root {
|
:root {
|
||||||
--in-content-page-background: var(--tone-6)!important;
|
--in-content-page-background: var(--tone-6)!important;
|
||||||
--in-content-box-background: rgba(11,11,12,0.2)!important;
|
--in-content-box-background: rgba(11,11,12,0.2)!important;
|
||||||
|
@ -34,6 +35,9 @@
|
||||||
url-prefix("moz-extension://css_exfil_protection_UUID/"),
|
url-prefix("moz-extension://css_exfil_protection_UUID/"),
|
||||||
url-prefix("moz-extension://https_everywhere_UUID/"),
|
url-prefix("moz-extension://https_everywhere_UUID/"),
|
||||||
url-prefix("moz-extension://skip_redirect_UUID/"),
|
url-prefix("moz-extension://skip_redirect_UUID/"),
|
||||||
|
url-prefix("moz-extension://dark_mode_UUID/"),
|
||||||
|
url-prefix("moz-extension://decentraleyes_UUID/"),
|
||||||
|
url-prefix("moz-extension://smart_https_UUID/"),
|
||||||
url-prefix("moz-extension://generic_styling_1_UUID"),
|
url-prefix("moz-extension://generic_styling_1_UUID"),
|
||||||
url-prefix("moz-extension://generic_styling_2_UUID"),
|
url-prefix("moz-extension://generic_styling_2_UUID"),
|
||||||
url-prefix("moz-extension://generic_styling_3_UUID"),
|
url-prefix("moz-extension://generic_styling_3_UUID"),
|
||||||
|
@ -88,6 +92,7 @@
|
||||||
padding-left: 3px !important;
|
padding-left: 3px !important;
|
||||||
}
|
}
|
||||||
textarea {
|
textarea {
|
||||||
|
margin: 2px 0 2px 0 !important;
|
||||||
padding: 5px 5px 5px 5px !important;
|
padding: 5px 5px 5px 5px !important;
|
||||||
}
|
}
|
||||||
button,
|
button,
|
||||||
|
@ -101,6 +106,7 @@
|
||||||
border-radius: 3px!important
|
border-radius: 3px!important
|
||||||
}
|
}
|
||||||
button:hover,
|
button:hover,
|
||||||
|
.button:hover,
|
||||||
input[type="submit"]:hover {
|
input[type="submit"]:hover {
|
||||||
background-color: var(--in-content-box-background-hover)!important
|
background-color: var(--in-content-box-background-hover)!important
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,18 +0,0 @@
|
||||||
/*! Alters the webextension Smart HTTPS
|
|
||||||
IMPORTANT: change the Internal UUID */
|
|
||||||
@-moz-document url-prefix("moz-extension://smart_https_UUID/") {
|
|
||||||
body {
|
|
||||||
background-color: var(--tone-6)!important;
|
|
||||||
color: var(--tone-4)!important
|
|
||||||
}
|
|
||||||
.information input[type=number],
|
|
||||||
input[type=text] {
|
|
||||||
-moz-appearance: none!important;
|
|
||||||
background: var(--tone-6)!important;
|
|
||||||
color: var(--tone-4)!important;
|
|
||||||
border-color: var(--tone-5)!important
|
|
||||||
}
|
|
||||||
.information p {
|
|
||||||
color: var(--tone-4)!important
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue