18 lines
245 B
CSS
Raw Normal View History

2012-01-25 23:36:55 +01:00
/***********
* toolbar *
***********/
.toolbar {
background-image: -gtk-gradient (linear,
left top,
left bottom,
from (#E0E0E0),
to (#A3A3A3));
}
2012-01-26 19:09:28 +01:00
.primary-toolbar .toolbar,
.primary-toolbar.toolbar {
-GtkWidget-window-dragging: true;
}