From dd8aa5544547dc455c9b38042dc02728c91458a5 Mon Sep 17 00:00:00 2001 From: battleroyale42 <38879404+battleroyale42@users.noreply.github.com> Date: Mon, 10 Feb 2020 23:48:56 -0500 Subject: [PATCH] Various fixes Added styles for options menu: - background colors - radio button color - toggle switch transition Added styles to the manage page. - filter drop-down menu colors - export/import drop-down menu colors --- stylus-dark.user.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/stylus-dark.user.css b/stylus-dark.user.css index af06637..35a6966 100644 --- a/stylus-dark.user.css +++ b/stylus-dark.user.css @@ -11,6 +11,26 @@ ==/UserStyle== */ @-moz-document regexp("chrome-extension://.*"), regexp("moz-extension://.*") { + .onoffswitch input + span::before { + transition: linear 0.2s!important; + } + #options { + background-color: #39393d!important; + } + #options-title { + background-color: #2a2a2e!important; + } + input[type="radio"]:checked:after { + background-color: silver!important; + } + .sorter-selection select, + .dropdown-content a { + color: silver!important; + background-color: #39393d!important; + } + .dropdown-content a:hover { + background-color: #4a4a4f!important; + } #notes, body { background: #38383d!important;