From add67c0fe11dd7a6a3e13441d6e4f57cf961993a Mon Sep 17 00:00:00 2001 From: Kyle Javier Date: Tue, 28 Sep 2021 13:15:07 -0400 Subject: changed xfce4-panel workspace switcher theming --- gtk-3.0/gtk.css | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 198f4ea..86a950b 100644 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -1,10 +1,27 @@ .xfce4-panel { - font-family: "JetBrains Mono"; - font-size: 10px; + font-family: "JetBrains Mono"; + font-size: 10px; } #XfceNotifyWindow label, #XfceNotifyWindow image { - font-family: "JetBrains Mono"; - font-size: 10px; + font-family: "JetBrains Mono"; + font-size: 10px; +} + +.xfce4-panel #pager-4 button { + background-color: transparent; + border-radius: 3px; +} + +.xfce4-panel #pager-4 button:checked { + background-image: none; + background-color: #15539E; + border-color: #15539E; + border-radius: 3px; +} + +.xfce4-panel #pager-4 button:hover { + background-color: #15539E; + border-radius: 3px; } -- cgit v1.2.3