13 lines
183 B
CSS
13 lines
183 B
CSS
/***********
|
|
* toolbar *
|
|
***********/
|
|
|
|
.toolbar {
|
|
background-image: -gtk-gradient (linear,
|
|
left top,
|
|
left bottom,
|
|
from (#E0E0E0),
|
|
to (#C0C0C0));
|
|
-GtkWidget-window-dragging: true;
|
|
}
|