ShadowFox/css/userContent-files/webextension-tweaks/dustman.css

37 lines
1.1 KiB
CSS
Raw Normal View History

2018-08-12 09:55:13 +00:00
/*! Alters the webextension Dustman
IMPORTANT: change the Internal UUID */
@-moz-document url-prefix("moz-extension://jid1-i37bkuPx3kABMw@jetpack/panel/") {
.recently-closed {
background-color: var(--in-content-box-background)!important;
color: var(--in-content-page-color)!important
2018-08-12 09:55:13 +00:00
}
.recently-closed a,
2018-08-12 09:55:13 +00:00
.recently-closed:empty::before {
color: var(--in-content-page-color)!important
2018-08-12 09:55:13 +00:00
}
.recently-closed a:hover {
background-color: var(--in-content-box-background)!important;
border: 1px solid!important
2018-08-12 09:55:13 +00:00
}
.button {
background-color: var(--tone-7)!important;
border-top: 1px solid!important;
color: var(--in-content-page-color)!important
2018-08-12 09:55:13 +00:00
}
.button:active,
2018-08-12 09:55:13 +00:00
.button:hover {
background-color: var(--tone-7)!important
2018-08-12 09:55:13 +00:00
}
2018-08-12 10:34:31 +00:00
}
/*! Alters the webextension Dustman
IMPORTANT: change the Internal UUID */
@-moz-document url-prefix("moz-extension://jid1-i37bkuPx3kABMw@jetpack/settings/") {
label {
color: var(--in-content-page-color);
font-weight: 700
2018-08-12 10:34:31 +00:00
}
.form-group p {
color: var(--in-content-page-color)!important
2018-08-12 10:34:31 +00:00
}
}