diff options
| -rw-r--r-- | gtk-3.0/gtk.css | 25 |
1 files 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; } |
