2018-01-05 02:46:41 +00:00
|
|
|
/*! Alters the webextension Tab Suspender (memory saver)
|
|
|
|
IMPORTANT: change the Internal UUID */
|
|
|
|
|
|
|
|
@-moz-document url-prefix("moz-extension://731831ee-3f54-b049-8509-193907bdaa5d/") {
|
|
|
|
|
|
|
|
label,
|
|
|
|
body {
|
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="number"],
|
|
|
|
textarea {
|
|
|
|
-moz-appearance: none !important;
|
2018-02-15 01:46:15 +00:00
|
|
|
background: var(--mid-way-color) !important;
|
2018-01-05 02:46:41 +00:00
|
|
|
color: var(--primary-light-color) !important;
|
2018-02-15 01:46:15 +00:00
|
|
|
border: 1px solid var(--light-accent-color) !important;
|
2018-01-05 02:46:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#recovery,
|
|
|
|
#save {
|
|
|
|
-moz-appearance: none !important;
|
|
|
|
height: 20px !important;
|
2018-02-15 01:46:15 +00:00
|
|
|
background: var(--dark-accent) !important;
|
2018-01-05 02:46:41 +00:00
|
|
|
color: var(--primary-light-color) !important;
|
2018-02-15 01:46:15 +00:00
|
|
|
border: 1px solid var(--mid-way-color) !important;
|
2018-01-05 02:46:41 +00:00
|
|
|
border-radius: 4px !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|