From 435294bf412220b8980884078035d6da87c2d1ac Mon Sep 17 00:00:00 2001 From: Manuel QuiƱones Date: Thu, 14 Jun 2012 21:39:05 +0000 Subject: Theme ScrolledWindow frame - SL #3561 This makes a border (the frame) visible around a ScrolledWindow, when it is set via ScrolledWindow.set_shadow_type(Gtk.ShadowType). If it's not set, the result is the same as without this patch. Signed-off-by: Manuel QuiƱones Acked-by: Simon Schampijer --- diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em index f31b64e..bf4ecd6 100644 --- a/gtk3/theme/gtk-widgets.css.em +++ b/gtk3/theme/gtk-widgets.css.em @@ -252,6 +252,16 @@ GtkToggleButton.button:active GtkLabel { color: @black; } +/* Frames */ + +GtkScrolledWindow.frame { + border-style: solid; + border-color: @selection_grey; + border-width: $(thickness)px; + border-radius: 0; + padding: $(default_padding)px; +} + /* Combo boxes */ GtkComboBox * { -- cgit v0.9.1