diff --git a/usr/share/themes/Lubuntu-default/gtk-3.0/menu.css b/usr/share/themes/Lubuntu-default/gtk-3.0/menu.css index ec9fdf6..797573b 100644 --- a/usr/share/themes/Lubuntu-default/gtk-3.0/menu.css +++ b/usr/share/themes/Lubuntu-default/gtk-3.0/menu.css @@ -1,7 +1,10 @@ /******** * Menu * ********/ + +.menubar { -GtkWidget-window-dragging: true; +} .menuitem { -unico-bullet-color: @fg_color; diff --git a/usr/share/themes/Lubuntu-default/gtk-3.0/toolbar.css b/usr/share/themes/Lubuntu-default/gtk-3.0/toolbar.css index 078f4e4..9a31f57 100644 --- a/usr/share/themes/Lubuntu-default/gtk-3.0/toolbar.css +++ b/usr/share/themes/Lubuntu-default/gtk-3.0/toolbar.css @@ -9,3 +9,9 @@ left bottom, from (#E0E0E0), to (#A3A3A3)); } + +.primary-toolbar .toolbar, +.primary-toolbar.toolbar { + -GtkWidget-window-dragging: true; +} +