aboutsummaryrefslogtreecommitdiff
path: root/gtk-3.0/gtk.css
diff options
context:
space:
mode:
Diffstat (limited to 'gtk-3.0/gtk.css')
-rw-r--r--gtk-3.0/gtk.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css
new file mode 100644
index 000000000..e5263b3e1
--- /dev/null
+++ b/gtk-3.0/gtk.css
@@ -0,0 +1,37 @@
+/*
+.xfce4-panel {
+ border-bottom-left-radius: 13px;
+ border-bottom-right-radius: 13px;
+ border-top-left-radius: 13px;
+ border-top-right-radius: 13px;
+}
+
+.xfce4-panel .tasklist .toggle :checked {
+ border-radius: 10px;
+}
+
+.tasklist button:checked {
+ border-bottom: 3px solid white;
+}
+
+.flat,
+.toggle {
+ font-family: 'JetBrainsMono Nerd Font';
+ font-size: 10px;
+ padding: 4px;
+}
+.flat:hover,
+.toggle:hover {
+ font-family: 'JetBrainsMono Nerd Font';
+ font-size: 10px;
+ padding: 4px;
+}
+.flat:checked,
+.toggle:checked {
+ font-family: 'JetBrainsMono Nerd Font';
+ font-size: 10px;
+ border-bottom: 3px solid white;
+ padding: 4px;
+}
+*/
+@import 'colors.css'; \ No newline at end of file