From 4407052595cdf7a8f37c509427b52a947bff97cf Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Tue, 17 Apr 2018 11:02:23 -0600 Subject: [PATCH] minor improvements --- css/userContent-files/about_pages.css | 3 ++- userContent.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/css/userContent-files/about_pages.css b/css/userContent-files/about_pages.css index 952c459..88e535b 100644 --- a/css/userContent-files/about_pages.css +++ b/css/userContent-files/about_pages.css @@ -378,7 +378,8 @@ url-prefix(https://discovery.addons.mozilla.org) { } .toolbar { background-color: var(--in-content-category-header-background)!important; - border-right: 1px solid!important + border-right: 1px solid!important; + border-color: var(--in-content-box-border-color)!important } .toolbar .button { background-color: var(--in-content-category-header-background)!important; diff --git a/userContent.css b/userContent.css index 09a993f..2ad30d0 100644 --- a/userContent.css +++ b/userContent.css @@ -588,7 +588,8 @@ url-prefix(https://discovery.addons.mozilla.org) { } .toolbar { background-color: var(--in-content-category-header-background)!important; - border-right: 1px solid!important + border-right: 1px solid!important; + border-color: var(--in-content-box-border-color)!important } .toolbar .button { background-color: var(--in-content-category-header-background)!important;