cleanup files
This commit is contained in:
parent
3c71a8fd34
commit
837a6e6539
11 changed files with 435 additions and 418 deletions
|
@ -12,7 +12,7 @@
|
|||
--in-content-icon-color: #666 !important;
|
||||
--in-content-accent-color: #006CBE !important;
|
||||
--in-content-accent-color-active: #1683D8 !important;
|
||||
--in-content-border-hover: rgba(0,0,0,0.5) !important;
|
||||
--in-content-border-hover: rgba(0, 0, 0, 0.5) !important;
|
||||
--in-content-border-invalid: var(--red-50) !important;
|
||||
--in-content-border-color: #bebebe !important;
|
||||
--in-content-error-text-color: #FF848A !important;
|
||||
|
@ -38,7 +38,7 @@
|
|||
--in-content-text-color: var(--in-content-page-color) !important;
|
||||
scrollbar-color: rgba(37, 37, 37, 0.4) #f7f7f7 !important;
|
||||
}
|
||||
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--in-content-page-background: #252525 !important;
|
||||
|
@ -49,7 +49,7 @@
|
|||
--in-content-box-info-background: rgba(255, 255, 255, 0.15) !important;
|
||||
--in-content-border-color: rgba(255, 255, 255, 0.2) !important;
|
||||
--in-content-border-hover: rgba(255, 255, 255, 0.3) !important;
|
||||
--in-content-border-invalid: rgb(255,132,139) !important;
|
||||
--in-content-border-invalid: rgb(255, 132, 139) !important;
|
||||
--in-content-error-text-color: #FF9AA2 !important;
|
||||
--in-content-button-background: #3B3B3B !important;
|
||||
--in-content-button-background-hover: #545454 !important;
|
||||
|
@ -72,13 +72,14 @@
|
|||
--in-content-link-color-visited: var(--in-content-link-color) !important;
|
||||
--card-outline-color: #555 !important;
|
||||
--dialog-warning-text-color: var(--red-40) !important;
|
||||
scrollbar-color: rgba(255,255,255,.4) #252525 !important;
|
||||
scrollbar-color: rgba(255, 255, 255, .4) #252525 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* preferences */
|
||||
@-moz-document url-prefix(about:preferences), url-prefix(about:addons) {
|
||||
@-moz-document url-prefix(about:preferences),
|
||||
url-prefix(about:addons) {
|
||||
.category[selected] {
|
||||
position: relative !important;
|
||||
border-radius: 4px !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue