2018-01-04 04:32:48 +00:00
|
|
|
/*! Alters the webextension Decentraleyes
|
|
|
|
IMPORTANT: change the Internal UUID */
|
|
|
|
|
2017-12-26 22:22:27 +00:00
|
|
|
@-moz-document url-prefix("moz-extension://20cadb98-5f0e-d748-9a3b-a1eaf7c640f6/") {
|
|
|
|
|
2017-12-27 04:45:05 +00:00
|
|
|
|
2017-12-26 22:22:27 +00:00
|
|
|
body {
|
2018-02-15 01:46:15 +00:00
|
|
|
background-color: var(--mid-way-color) !important;
|
2017-12-26 22:22:27 +00:00
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
}
|
2017-12-27 04:45:05 +00:00
|
|
|
|
2017-12-26 22:22:27 +00:00
|
|
|
header,
|
|
|
|
.panel:not(:last-child) {
|
2018-02-15 01:46:15 +00:00
|
|
|
border-bottom: solid var(--light-accent-color) 1px !important;
|
2017-12-26 22:22:27 +00:00
|
|
|
}
|
2017-12-27 04:45:05 +00:00
|
|
|
|
2017-12-26 22:22:27 +00:00
|
|
|
.button {
|
|
|
|
-moz-user-select: none;
|
2018-02-15 01:46:15 +00:00
|
|
|
background-color: var(--primary-dark-color) !important;
|
2017-12-26 22:22:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|