2018-01-21 21:17:42 +00:00
|
|
|
/*! Alters the webextension Brief
|
|
|
|
IMPORTANT: change the Internal UUID */
|
|
|
|
|
2018-02-17 23:49:40 +00:00
|
|
|
@-moz-document url-prefix("moz-extension://brief_UUID/") {
|
2018-01-21 21:17:42 +00:00
|
|
|
h2 {
|
2018-02-24 01:14:53 +00:00
|
|
|
color: var(--accent-1) !important;
|
2018-01-21 21:17:42 +00:00
|
|
|
}
|
|
|
|
label {
|
2018-02-24 01:14:53 +00:00
|
|
|
color: var(--tone-4) !important;
|
2018-01-21 21:17:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#custom-style-textbox,
|
|
|
|
input[type="number"],
|
|
|
|
#clear-all-entries {
|
|
|
|
-moz-appearance: none !important;
|
2018-02-24 01:14:53 +00:00
|
|
|
background: var(--tone-6) !important;
|
|
|
|
color: var(--tone-4) !important;
|
|
|
|
border: 1px solid var(--tone-5) !important;
|
2018-01-21 21:17:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#clear-all-entries {
|
|
|
|
border-radius: 3px !important;
|
|
|
|
-moz-appearance: none !important;
|
2018-02-24 01:14:53 +00:00
|
|
|
background: var(--tone-8) !important;
|
|
|
|
color: var(--tone-4) !important;
|
|
|
|
border: 1px solid var(--tone-6) !important;
|
2018-01-21 21:17:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|