From 033f79d5f73c0e3a15976e57fcf71c7d2e0aa79b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 23 Aug 2019 23:50:54 -0500 Subject: first commit --- src/gtk-3.0/scss/apps/_synaptic.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/gtk-3.0/scss/apps/_synaptic.scss (limited to 'src/gtk-3.0/scss/apps/_synaptic.scss') diff --git a/src/gtk-3.0/scss/apps/_synaptic.scss b/src/gtk-3.0/scss/apps/_synaptic.scss new file mode 100644 index 0000000..c19b78e --- /dev/null +++ b/src/gtk-3.0/scss/apps/_synaptic.scss @@ -0,0 +1,15 @@ +/************ + ! Synaptic * +*************/ + +@include exports("synaptic") { + GtkWindow > GtkVBox > .dock { + &, > GtkHBox > GtkToolbar { + @include linear-gradient($toolbar-bg-color); + + padding: $spacing; + border: 0; + color: $toolbar_fg_color; + } + } +} -- cgit v1.2.3