From 6ea210ff122fd40effabaa4db3aa4b4606fbaf97 Mon Sep 17 00:00:00 2001 From: Rafostar <40623528+Rafostar@users.noreply.github.com> Date: Tue, 8 Dec 2020 17:08:55 +0100 Subject: [PATCH] Minor prefs theme improvements --- css/styles.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/css/styles.css b/css/styles.css index 79591ccf..264d8be4 100644 --- a/css/styles.css +++ b/css/styles.css @@ -144,18 +144,16 @@ scale marks { margin: 10px; } .prefssubpage header { - background: transparent; + background: none; } .prefssubpage header tabs tab { - margin: 0px; -} -.prefssubpage header tabs tab:hover { box-shadow: none; - background: rgba(0,0,0,0.08); + margin: 0px; + margin-right: 1px; } .prefssubpage header tabs tab:checked { - box-shadow: inset 200px 0 @theme_selected_bg_color; color: initial; + background: @theme_selected_bg_color; } /* Open URI Dialog */