Added styling for synaptic's toolbar

pull/94/merge
Satyajit Sahoo 2014-02-19 01:05:31 +05:30
parent 9e2dd88475
commit ae6fc55359
1 changed files with 11 additions and 0 deletions

View File

@ -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;
}