Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk3/theme/gtk-widgets.css.em
diff options
context:
space:
mode:
Diffstat (limited to 'gtk3/theme/gtk-widgets.css.em')
-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 * {