diff --git a/changelog.md b/changelog.md index 570b28f..ef1615e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ +## 12/3/2017 21:43 UTC + +* 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) + + ## 12/3/2017 7:58 UTC * Improvements to `about:newtab` and `about:home` diff --git a/userChrome-files/dark_sidebar.css b/userChrome-files/dark_sidebar.css index 5dd5532..75e5680 100644 --- a/userChrome-files/dark_sidebar.css +++ b/userChrome-files/dark_sidebar.css @@ -53,3 +53,14 @@ } +/* Siderbar slider - thank you u/_Dimitri_ */ +scrollbar > slider { + background-color: var(--grey-60); +} + +scrollbar > slider > thumb, scrollbar > scrollbarbutton { + -moz-appearance: none !important; + background-color: var(--grey-80); +} + +