summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2014-05-15 18:29:18 +0200
committerDebarshi Ray <debarshir@gnome.org>2014-05-15 18:40:52 +0200
commitff07d3583501c926eed811ac4a3f1023352861d6 (patch)
tree47498793752d6c2f22baab8aa9167e8b607aceda
parent0cccd822e5c6b4481e5bd809c13426016fdb9511 (diff)
downloadgnome-themes-standard-ff07d3583501c926eed811ac4a3f1023352861d6.tar.gz
gtk3: Provide a background-color for menubars
https://bugzilla.gnome.org/show_bug.cgi?id=730016
-rw-r--r--themes/Adwaita/gtk-3.0/gtk-widgets.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 5112cdb5..612884b0 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -2345,6 +2345,7 @@ GtkTreeMenu .menuitem,
/* this controls the general appearance of the menubar */
.menubar {
border-style: none;
+ background-color: @theme_bg_color;
-GtkWidget-window-dragging: true;
}