From 7e1ecdb9c7ecc1d38a5ae052dc88efcb3a3a46e2 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Fri, 2 Oct 2015 13:38:50 +0200 Subject: add dark checkboxes to filechooser --- common/gtk-3.0/3.18/sass/_transparent_widgets.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/gtk-3.0/3.18/sass/_transparent_widgets.scss') diff --git a/common/gtk-3.0/3.18/sass/_transparent_widgets.scss b/common/gtk-3.0/3.18/sass/_transparent_widgets.scss index 9518e8b..92c1b59 100644 --- a/common/gtk-3.0/3.18/sass/_transparent_widgets.scss +++ b/common/gtk-3.0/3.18/sass/_transparent_widgets.scss @@ -125,6 +125,8 @@ GtkFileChooserDialog { .button { @extend %dark_sidebar_button; } .entry { @extend %dark_sidebar_entry; } + @extend %osd_check_radio; + GtkLabel, GtkComboBox { color: $dark_sidebar_fg; } } } -- cgit v1.2.3