mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Added styling for synaptic's toolbar
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user