numix-gtk-theme/gtk-3.0/scss/apps/_synaptic.scss

16 lines
313 B
SCSS
Raw Normal View History

2014-12-19 21:41:02 +00:00
/************
! Synaptic *
*************/
@include exports("synaptic") {
GtkWindow > GtkVBox > .dock {
&, > GtkHBox > GtkToolbar {
@include linear-gradient($toolbar-bg-color);
padding: $spacing;
2015-08-06 23:10:35 +00:00
border: 0;
2014-12-19 21:41:02 +00:00
color: $toolbar_fg_color;
}
}
}