Merge pull request #44 from xAphex/patch-1

fix navbar theme for uBO
This commit is contained in:
overdodactyl 2017-12-24 19:03:49 +00:00 committed by GitHub
commit 9c870459eb
1 changed files with 25 additions and 1 deletions

View File

@ -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;
}
}
}