diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 4fb4be13c..90defde8b 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -670,7 +670,7 @@ StScrollBar StButton#vhandle:active { color: #e6e6e6; border-radius: 32px; /* wish we could do 50% */ padding: 13px; - border: 1px solid #5f5f5f; /* using rgba() is flaky unfortunately */ + border: 2px solid #5f5f5f; /* using rgba() is flaky unfortunately */ } .system-menu-action:hover, @@ -678,7 +678,7 @@ StScrollBar StButton#vhandle:active { color: white; background-color: #4c4c4c; border: none; - padding: 14px; + padding: 15px; } .system-menu-action:active {