From ee3fdda8d8442862a08347c0fbb75fd76cb0e732 Mon Sep 17 00:00:00 2001 From: rafaellaguna Date: Thu, 26 Jan 2012 19:09:28 +0100 Subject: [PATCH] toolbars and menuses are now draggable --- usr/share/themes/Lubuntu-default/gtk-3.0/menu.css | 3 +++ usr/share/themes/Lubuntu-default/gtk-3.0/toolbar.css | 6 ++++++ 2 files changed, 9 insertions(+) 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; +} +