From b37516585a264b98294f8f46780f29e34dbc5da9 Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Sun, 3 Dec 2017 15:03:07 -0700 Subject: [PATCH] See changelog ## 12/3/2017 21:43 UTC --- changelog.md | 2 +- userChrome-files/dark_sidebar.css | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index ef1615e..620f7cc 100644 --- a/changelog.md +++ b/changelog.md @@ -3,7 +3,7 @@ * Fixed the secure connection sub menu that was not style - issue #8 (thanks @chinook77 for bringing this to my attention) -* Added dark scroll bars to the side bar (thanks u/\_Dimitri\_ for the code) +* Added dark scroll bars to the side bar (thanks u/\_Dimitri\_ for the code) - this section is optional and may be uncommented based on your OS or preferences. ## 12/3/2017 7:58 UTC diff --git a/userChrome-files/dark_sidebar.css b/userChrome-files/dark_sidebar.css index 75e5680..7598495 100644 --- a/userChrome-files/dark_sidebar.css +++ b/userChrome-files/dark_sidebar.css @@ -52,8 +52,8 @@ filter: invert(60%); } - -/* Siderbar slider - thank you u/_Dimitri_ */ +/* Siderbar slider - thank you u/_Dimitri_ + * Add this section if on Windows scrollbar > slider { background-color: var(--grey-60); } @@ -62,5 +62,7 @@ scrollbar > slider > thumb, scrollbar > scrollbarbutton { -moz-appearance: none !important; background-color: var(--grey-80); } +*/ +