fix navbar theme for uBO

This commit is contained in:
xAphex 2017-12-23 14:23:20 +02:00 committed by GitHub
parent f40d1e02bc
commit ed773f42e3
1 changed files with 17 additions and 1 deletions

View File

@ -1060,6 +1060,22 @@
#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;
}
}
@-moz-document url-prefix("https://addons.mozilla.org") {
/* Header & Footer */
@ -1297,4 +1313,4 @@
.pi, .entity, .attribute-name, .attribute-value) {
color: #de7474 !important;
}
}
}