summaryrefslogtreecommitdiff
path: root/themes/ayaya/gtk-3.0/apps/synaptic.css
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2025-09-28 01:06:21 +0200
committernavewindre <boneyaard@gmail.com>2025-09-28 01:06:21 +0200
commitdf9522c25a0fd145bdcebb9e7777aada22765402 (patch)
tree105417262f70c24099e5d94da6cd8046663e7fd4 /themes/ayaya/gtk-3.0/apps/synaptic.css
parente7e7e1c2ca2a7e6a41f022b70fda81d0ebd1ac99 (diff)
a
Diffstat (limited to 'themes/ayaya/gtk-3.0/apps/synaptic.css')
-rw-r--r--themes/ayaya/gtk-3.0/apps/synaptic.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/themes/ayaya/gtk-3.0/apps/synaptic.css b/themes/ayaya/gtk-3.0/apps/synaptic.css
new file mode 100644
index 0000000..a8877d1
--- /dev/null
+++ b/themes/ayaya/gtk-3.0/apps/synaptic.css
@@ -0,0 +1,11 @@
+/************
+ * synaptic *
+ ************/
+GtkWindow > GtkVBox > .dock,
+GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar {
+ padding: 4px;
+ border-style: none;
+ background-color: @toolbar_bg_color;
+ background-image: none;
+ color: @toolbar_fg_color;
+}