Merge branch 'master' of https://github.com/overdodactyl/ShadowFox
This commit is contained in:
commit
6023cff5da
|
@ -648,6 +648,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;
|
||||
}
|
||||
|
@ -752,4 +759,4 @@ browser[type="content"] > html {
|
|||
|
||||
.tab-line[selected="true"] {
|
||||
background-color: var(--primary-accent-color) !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1060,6 +1060,30 @@
|
|||
#firewallContainer.minimized > div.isDomain.totalAllowed > span:first-of-type::before {
|
||||
background-color: var(--green-80) !important;
|
||||
}
|
||||
|
||||
#dashboard-nav-widgets {
|
||||
border-bottom: 1px solid var(--grey-60) !important;
|
||||
background-color: var(--grey-80) !important;
|
||||
}
|
||||
|
||||
.tabButton {
|
||||
background-color: var(--grey-70) !important;
|
||||
border: 1px solid var(--grey-60) !important;
|
||||
border-bottom: 1px solid var(--grey-60) !important;
|
||||
}
|
||||
|
||||
.tabButton.selected {
|
||||
background-color: var(--grey-70) !important;
|
||||
border-bottom: 1px solid var(--grey-70) !important;
|
||||
}
|
||||
|
||||
input[type="number"] {
|
||||
background-color: var(--grey-60) !important;
|
||||
}
|
||||
|
||||
#externalLists {
|
||||
background-color: var(--grey-60) !important;
|
||||
}
|
||||
}
|
||||
@-moz-document url-prefix("https://addons.mozilla.org") {
|
||||
/* Header & Footer */
|
||||
|
@ -1297,4 +1321,4 @@
|
|||
.pi, .entity, .attribute-name, .attribute-value) {
|
||||
color: #de7474 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue