From ed773f42e3ea50081fc4f84ae22a6d5c18ca4d5c Mon Sep 17 00:00:00 2001 From: xAphex <5391237+xAphex@users.noreply.github.com> Date: Sat, 23 Dec 2017 14:23:20 +0200 Subject: [PATCH] fix navbar theme for uBO --- userContent.css | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/userContent.css b/userContent.css index 04891c0..e89da06 100644 --- a/userContent.css +++ b/userContent.css @@ -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; } -} \ No newline at end of file +}