aboutsummaryrefslogtreecommitdiff
path: root/gtk-3.0/gtk.css
diff options
context:
space:
mode:
authorIndrajith K L2024-06-27 17:51:18 +0530
committerIndrajith K L2024-06-27 17:51:18 +0530
commit57eb70137b5bbcdabdc0f02eea5477b3e5f845a1 (patch)
treee78187146c506d5a640545dee99cc3e9860e25dc /gtk-3.0/gtk.css
downloaddots-57eb70137b5bbcdabdc0f02eea5477b3e5f845a1.tar.gz
dots-57eb70137b5bbcdabdc0f02eea5477b3e5f845a1.tar.bz2
dots-57eb70137b5bbcdabdc0f02eea5477b3e5f845a1.zip
Adds Arch Linux dotfiles
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