From 972cf78afee179de922850b10b455cbe678c6c45 Mon Sep 17 00:00:00 2001 From: tdro Date: Mon, 11 Jul 2022 00:55:00 -0400 Subject: .local/share/themes/Preless: Set context menu border Darker scrollbar color. --- .local/share/themes/Preless/gtk-3.0/gtk.css | 32 ++++++++++------------------- 1 file changed, 11 insertions(+), 21 deletions(-) diff --git a/.local/share/themes/Preless/gtk-3.0/gtk.css b/.local/share/themes/Preless/gtk-3.0/gtk.css index 3c4d536..50dfa9e 100644 --- a/.local/share/themes/Preless/gtk-3.0/gtk.css +++ b/.local/share/themes/Preless/gtk-3.0/gtk.css @@ -74,9 +74,7 @@ checkbutton:hover label { background-color: transparent; } -.popup menu menuitem:hover, -scrollbar.vertical slider:hover, -scrollbar.horizontal slider:hover { +.popup menu menuitem:hover { background-color: @scrollbar_bg_color; } @@ -90,9 +88,11 @@ separator:hover { background-color: @selected_bg_color; } +scrollbar.vertical slider:hover, +scrollbar.horizontal slider:hover, scrollbar.vertical slider:active, scrollbar.horizontal slider:active { - background: @selected_bg_color; + background: #4c5e6e; } *:disabled, @@ -550,27 +550,17 @@ menuitem label { margin: 0 2px; } +menu, +.menu, +.context-menu { + padding: 1px; +} + .popup menu menuitem { background-color: @text_bg_color; + padding: 2px 10px; } .popup separator { border-bottom: 1px @disabled_fg_color solid; } - -.popup menu menuitem { - padding: 0.25em 1em; -} - -.popup menu menuitem:first-child { - border-top: 1px solid @fg_color; -} - -.popup menu menuitem:last-child { - border-bottom: 1px solid @fg_color; -} - -.popup menu menuitem { - border-left: 1px solid @fg_color; - border-right: 1px solid @fg_color; -} -- cgit v1.2.3