Remove some inconsistancies
This commit is contained in:
parent
520a7e4e0c
commit
511749d7a3
|
@ -100,6 +100,13 @@ url(chrome://browser/content/places/bookmarkProperties.xul) {
|
|||
background: var(--blue-40) !important;
|
||||
}
|
||||
|
||||
treechildren:not(.autocomplete-treebody)::-moz-tree-row(selected) {
|
||||
-moz-border-top-colors: var(--grey-80) !important;
|
||||
-moz-border-right-colors: var(--grey-80) !important;
|
||||
-moz-border-left-colors: var(--grey-80) !important;
|
||||
-moz-border-bottom-colors: var(--grey-80) !important;
|
||||
}
|
||||
|
||||
#placeContent treechildren:not(.autocomplete-treebody)::-moz-tree-row(odd) {
|
||||
background: rgba(12, 12, 13, .1) !important;
|
||||
}
|
||||
|
@ -109,7 +116,7 @@ url(chrome://browser/content/places/bookmarkProperties.xul) {
|
|||
-moz-border-top-colors: var(--dark-accent) !important;
|
||||
-moz-border-right-colors: var(--dark-accent) !important;
|
||||
-moz-border-left-colors: var(--dark-accent) !important;
|
||||
-moz-border-bottom-colors: var(--dark-accent) !important;
|
||||
-moz-border-bottom-colors: var(--dark-accent) !important;
|
||||
}
|
||||
|
||||
#places treechildren:not(.autocomplete-treebody)::-moz-tree-row(hover, selected) {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Minimize white flash when loading some sites */
|
||||
browser[type="content-primary"], #content, browser[type="content"] > html {
|
||||
background: #323234 !important;
|
||||
background: var(--primary-dark-color) !important;
|
||||
}
|
||||
|
|
|
@ -739,7 +739,7 @@ url(chrome://browser/content/places/bookmarkProperties.xul) {
|
|||
browser[type="content-primary"],
|
||||
#content,
|
||||
browser[type="content"] > html {
|
||||
background: #323234 !important;
|
||||
background: var(--primary-dark-color) !important;
|
||||
}
|
||||
#identity-box.verifiedIdentity {
|
||||
--urlbar-separator-color: var(--grey-50) !important;
|
||||
|
@ -759,4 +759,4 @@ browser[type="content"] > html {
|
|||
|
||||
.tab-line[selected="true"] {
|
||||
background-color: var(--primary-accent-color) !important;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue