aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Javier2021-09-28 13:15:07 -0400
committerKyle Javier2021-09-28 13:15:07 -0400
commitadd67c0fe11dd7a6a3e13441d6e4f57cf961993a (patch)
tree329d4694807d04fa827013928df81b2366d993f2
parentcf2ad165f209282067d010b4633932814a097d60 (diff)
changed xfce4-panel workspace switcher theming
-rw-r--r--gtk-3.0/gtk.css25
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;
}