toolbars and menuses are now draggable

This commit is contained in:
rafaellaguna 2012-01-26 19:09:28 +01:00
parent 304f21867e
commit ee3fdda8d8
2 changed files with 9 additions and 0 deletions

View File

@ -1,7 +1,10 @@
/********
* Menu *
********/
.menubar {
-GtkWidget-window-dragging: true;
}
.menuitem {
-unico-bullet-color: @fg_color;

View File

@ -9,3 +9,9 @@ left bottom,
from (#E0E0E0),
to (#A3A3A3));
}
.primary-toolbar .toolbar,
.primary-toolbar.toolbar {
-GtkWidget-window-dragging: true;
}