Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2012-06-14 21:39:05 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2012-06-20 14:47:29 (GMT)
commit435294bf412220b8980884078035d6da87c2d1ac (patch)
treea3932a61b1ed21e94777a94a7717f32bd4726dea
parent61b06fe38cac405c349d86ff6285c9f2cde3bfc2 (diff)
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 <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
-rw-r--r--gtk3/theme/gtk-widgets.css.em10
1 files changed, 10 insertions, 0 deletions
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 * {