From f48950c24fc11d6070ad91dbd234436cb8d399f1 Mon Sep 17 00:00:00 2001 From: Manuel QuiƱones Date: Wed, 14 Nov 2012 13:50:36 +0000 Subject: Make the overflow button wider - SL #4192 Currently is more narrow than the gtk2 one. Needs to be even wider to be touch friendly. For this, add padding to the arrow inside the toolbar overflow button. This rule is set by the widget name. In the gtk+ code we can see: gtk_widget_set_name (priv->arrow, "gtk-toolbar-arrow"); So #gtk-toolbar-arrow will match it. Signed-off-by: Manuel QuiƱones --- diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em index d41c319..1307b0a 100644 --- a/gtk3/theme/gtk-widgets.css.em +++ b/gtk3/theme/gtk-widgets.css.em @@ -558,6 +558,10 @@ SugarPaletteWindowWidget SugarRadioToolButton .button { border-style: none; } +.toolbar .button #gtk-toolbar-arrow { + padding: 0 $(subcell_size + default_padding)px; +} + .toolbar GtkToolButton .button, .toolbar SugarRadioToolButton *, SugarPaletteWindowWidget SugarRadioToolButton *, -- cgit v0.9.1