Enable window dragging on toolbar and headerbar separators

pull/94/merge
Satyajit Sahoo 2014-02-19 01:26:16 +05:30
parent 86d19406ec
commit 43d2e84347
1 changed files with 4 additions and 0 deletions

View File

@ -1508,6 +1508,8 @@ OsScrollbar:insensitive {
.toolbar .separator:insensitive {
border-color: shade(@toolbar_bg_color, 0.95);
color: shade(@toolbar_bg_color, 0.95);
-GtkWidget-window-dragging: true;
}
.header-bar GtkSeparatorToolItem,
@ -1518,6 +1520,8 @@ OsScrollbar:insensitive {
.titlebar .separator:insensitive {
border-color: shade(@titlebar_bg_color, 0.95);
color: shade(@titlebar_bg_color, 0.95);
-GtkWidget-window-dragging: true;
}
.primary-toolbar .button .separator,