bunsen-themes/Bunsen/gtk-3.0/apps/synaptic.css

15 lines
471 B
CSS
Raw Normal View History

2015-05-10 15:17:52 +00:00
/* Synaptic's toolbar */
GtkWindow > GtkVBox > .dock,
GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar {
padding: 6px;
border-style: none;
background-image: linear-gradient(to bottom,
shade(@toolbar_bg_color, 1.0),
shade(@toolbar_bg_color, 0.88)
);
color: @toolbar_fg_color;
box-shadow: inset 0 -1px shade(@toolbar_bg_color, 0.7);
}