2018-01-04 04:32:48 +00:00
|
|
|
/*! Alters the webextension Multi-Account Containers
|
2018-01-17 01:38:09 +00:00
|
|
|
IMPORTANT: change the Internal UUID in BOTH locations */
|
2018-01-04 04:32:48 +00:00
|
|
|
|
2018-01-05 22:33:42 +00:00
|
|
|
@-moz-document url-prefix("moz-extension://6b51b3b1-d8eb-694b-97b5-4e7163a2284d/") {
|
|
|
|
html body div#container-panel.panel.container-panel,
|
|
|
|
.column-panel-content {
|
2018-02-15 01:46:15 +00:00
|
|
|
background: var(--mid-way-color) !important;
|
2018-01-05 22:33:42 +00:00
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
}
|
|
|
|
#current-tab {
|
2018-02-15 01:46:15 +00:00
|
|
|
background: var(--mid-way-color) !important;
|
2018-01-03 19:48:45 +00:00
|
|
|
color: var(--primary-light-color) !important;
|
2018-01-05 22:33:42 +00:00
|
|
|
}
|
|
|
|
#current-tab > h3,
|
|
|
|
.panel-header-text,
|
|
|
|
.container-info-list {
|
2018-01-03 19:48:45 +00:00
|
|
|
color: var(--primary-light-color) !important;
|
2018-01-05 22:33:42 +00:00
|
|
|
}
|
|
|
|
#container-panel #sort-containers-link {
|
2018-02-15 01:46:15 +00:00
|
|
|
border: 1px solid var(--light-accent-color) !important;
|
2018-01-05 22:33:42 +00:00
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
}
|
2018-01-03 19:48:45 +00:00
|
|
|
|
2018-01-05 22:33:42 +00:00
|
|
|
#container-panel #sort-containers-link:hover,
|
|
|
|
.clickable:hover {
|
2018-02-15 01:46:15 +00:00
|
|
|
background: var(--primary-dark-color) !important;
|
2018-01-03 19:48:45 +00:00
|
|
|
}
|
|
|
|
|
2018-01-05 22:33:42 +00:00
|
|
|
.container-panel-row {
|
2018-02-15 01:46:15 +00:00
|
|
|
background-color: var(--mid-way-color) !important;
|
|
|
|
border-block-end: 1px solid var(--light-accent-color);
|
2018-01-05 22:33:42 +00:00
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
}
|
|
|
|
.scrollable {
|
2018-02-15 01:46:15 +00:00
|
|
|
border-block-start: 1px solid var(--light-accent-color) !important;
|
|
|
|
background: var(--mid-way-color) !important;
|
2018-01-05 22:33:42 +00:00
|
|
|
}
|
|
|
|
.panel-footer {
|
2018-02-15 01:46:15 +00:00
|
|
|
background: var(--primary-dark-color) !important;
|
|
|
|
border-block-end: 1px solid var(--primary-dark-color) !important;
|
2018-01-05 22:33:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.panel-header {
|
2018-02-15 01:46:15 +00:00
|
|
|
background: var(--primary-dark-color) !important;
|
2018-01-05 22:33:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.container-panel-row:hover .clickable.userContext-wrapper,
|
|
|
|
.container-panel-row:focus .clickable.userContext-wrapper,
|
|
|
|
.container-panel-row:hover .pop-button {
|
2018-02-15 01:46:15 +00:00
|
|
|
background: var(--primary-dark-color) !important;
|
2018-01-03 19:48:45 +00:00
|
|
|
}
|
|
|
|
|
2018-01-05 22:33:42 +00:00
|
|
|
.panel-back-arrow {
|
2018-02-15 01:46:15 +00:00
|
|
|
background: var(--mid-way-color) !important;
|
2018-01-05 22:33:42 +00:00
|
|
|
}
|
2018-01-03 19:48:45 +00:00
|
|
|
|
2018-01-05 22:33:42 +00:00
|
|
|
.back-arrow-img {
|
|
|
|
filter:invert(65%) !important;
|
2018-01-03 19:48:45 +00:00
|
|
|
}
|
|
|
|
|
2018-01-05 22:33:42 +00:00
|
|
|
.container-panel-row {
|
2018-02-15 01:46:15 +00:00
|
|
|
border-block-end: 1px solid var(--light-accent-color) !important;
|
2018-01-05 22:33:42 +00:00
|
|
|
}
|
2018-01-03 19:48:45 +00:00
|
|
|
|
|
|
|
|
2018-01-05 22:33:42 +00:00
|
|
|
#current-tab > label > input[disabled] {
|
2018-02-15 01:46:15 +00:00
|
|
|
background-color: var(--light-accent-color) !important;
|
|
|
|
border-color: var(--primary-light-color) !important;
|
2018-01-05 22:33:42 +00:00
|
|
|
}
|
2018-01-03 19:48:45 +00:00
|
|
|
|
2018-01-05 22:33:42 +00:00
|
|
|
#current-tab > label > input:checked {
|
|
|
|
filter: invert(100%);
|
2018-02-15 01:46:15 +00:00
|
|
|
border-color: var(--light-accent-color) !important;
|
2018-01-05 22:33:42 +00:00
|
|
|
}
|
2018-01-03 19:48:45 +00:00
|
|
|
|
2018-01-05 22:33:42 +00:00
|
|
|
.column-panel-content form {
|
2018-02-15 01:46:15 +00:00
|
|
|
background: var(--mid-way-color) !important;
|
2018-01-05 22:33:42 +00:00
|
|
|
}
|
2018-01-03 19:48:45 +00:00
|
|
|
|
2018-01-05 22:33:42 +00:00
|
|
|
.pop-button-image-small {
|
|
|
|
filter: invert(650%) !important;
|
|
|
|
}
|
2018-01-03 19:48:45 +00:00
|
|
|
|
2018-01-05 22:33:42 +00:00
|
|
|
.edit-container-panel fieldset,
|
|
|
|
.edit-containers-text a {
|
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
}
|
2018-01-03 19:48:45 +00:00
|
|
|
|
2018-01-05 22:33:42 +00:00
|
|
|
.edit-container-panel input[type="text"] {
|
2018-02-15 01:46:15 +00:00
|
|
|
background: var(--dark-accent) !important;
|
2018-01-05 22:33:42 +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-03 19:48:45 +00:00
|
|
|
|
2018-01-05 22:33:42 +00:00
|
|
|
}
|
2018-01-03 19:48:45 +00:00
|
|
|
|
2018-01-05 22:33:42 +00:00
|
|
|
[data-identity-color="grey"] {
|
|
|
|
--identity-icon-color: var(--primary-light-color) !important;
|
|
|
|
}
|
2018-01-03 19:48:45 +00:00
|
|
|
|
2018-01-05 22:33:42 +00:00
|
|
|
.button {
|
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
}
|
2018-01-03 19:48:45 +00:00
|
|
|
|
2018-01-05 22:33:42 +00:00
|
|
|
.container-notification {
|
2018-02-15 01:46:15 +00:00
|
|
|
background: var(--primary-dark-color) !important;
|
2018-01-05 22:33:42 +00:00
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
}
|
2018-01-03 19:48:45 +00:00
|
|
|
|
|
|
|
}
|
2018-01-17 01:38:09 +00:00
|
|
|
|
|
|
|
/*! Alters the webextension Multi-Account Containers
|
|
|
|
IMPORTANT: change the Internal UUID in BOTH locations */
|
|
|
|
@-moz-document url-prefix("moz-extension://6b51b3b1-d8eb-694b-97b5-4e7163a2284d/confirm-page") {
|
|
|
|
body {
|
|
|
|
background-color: var(--primary-dark-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
body,
|
|
|
|
.title-text {
|
|
|
|
color: var(--primary-light-color) !important;
|
|
|
|
}
|
|
|
|
#redirect-url {
|
2018-02-15 01:46:15 +00:00
|
|
|
background: var(--dark-accent) !important;
|
2018-01-17 01:38:09 +00:00
|
|
|
}
|
|
|
|
.button-container > button:first-child {
|
2018-02-15 01:46:15 +00:00
|
|
|
background: var(--mid-way-color) !important;
|
|
|
|
border-color: var(--light-accent-color) !important;
|
2018-01-17 01:38:09 +00:00
|
|
|
}
|
|
|
|
.button-container > button:first-child:hover {
|
2018-02-15 01:46:15 +00:00
|
|
|
background: var(--dark-accent) !important;
|
2018-01-17 01:38:09 +00:00
|
|
|
}
|
|
|
|
#never-ask {
|
|
|
|
-moz-appearance: none !important;
|
2018-02-15 01:46:15 +00:00
|
|
|
background-color: var(--mid-way-color) !important;
|
|
|
|
border-color: var(--light-accent-color) !important;
|
2018-01-17 01:38:09 +00:00
|
|
|
background-image: none !important;
|
|
|
|
box-shadow: none !important;
|
|
|
|
}
|
|
|
|
#never-ask:checked {
|
|
|
|
background-image: url("chrome://global/skin/in-content/check.svg") !important;
|
2018-02-15 01:46:15 +00:00
|
|
|
background-color: var(--mid-way-color) !important;
|
2018-01-17 01:38:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|