diff options
Diffstat (limited to 'Kogaion-daylight/gtk-3.0/apps/synaptic.css')
-rw-r--r-- | Kogaion-daylight/gtk-3.0/apps/synaptic.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Kogaion-daylight/gtk-3.0/apps/synaptic.css b/Kogaion-daylight/gtk-3.0/apps/synaptic.css new file mode 100644 index 0000000..a8877d1 --- /dev/null +++ b/Kogaion-daylight/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; +} |