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 +}