aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.18/sass/_transparent_widgets.scss
diff options
context:
space:
mode:
authorHorst31802015-10-02 13:38:50 +0200
committerHorst31802015-10-02 13:38:50 +0200
commit7e1ecdb9c7ecc1d38a5ae052dc88efcb3a3a46e2 (patch)
treed29d246e5c043f3c888bda45b9d29adc447e0ca8 /common/gtk-3.0/3.18/sass/_transparent_widgets.scss
parentcad1815b0aaf34e5f335735ad9361c71ae2e9797 (diff)
downloadsolarc-theme-7e1ecdb9c7ecc1d38a5ae052dc88efcb3a3a46e2.tar.gz
solarc-theme-7e1ecdb9c7ecc1d38a5ae052dc88efcb3a3a46e2.tar.xz
solarc-theme-7e1ecdb9c7ecc1d38a5ae052dc88efcb3a3a46e2.zip
add dark checkboxes to filechooser
Diffstat (limited to 'common/gtk-3.0/3.18/sass/_transparent_widgets.scss')
-rw-r--r--common/gtk-3.0/3.18/sass/_transparent_widgets.scss2
1 files changed, 2 insertions, 0 deletions
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; }
}
}