diff options
Diffstat (limited to 'common/gtk-3.0/3.16/sass')
-rw-r--r-- | common/gtk-3.0/3.16/sass/_transparent_widgets.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.16/sass/_transparent_widgets.scss b/common/gtk-3.0/3.16/sass/_transparent_widgets.scss index 67f5b6c..f734c0c 100644 --- a/common/gtk-3.0/3.16/sass/_transparent_widgets.scss +++ b/common/gtk-3.0/3.16/sass/_transparent_widgets.scss @@ -84,7 +84,7 @@ MarlinViewWindow { GtkFileChooserDialog { - &.background.csd, .background { background-color: $dark_sidebar_bg } + &.background.csd, &.background { background-color: $dark_sidebar_bg } .sidebar { background-color: transparent } // Yeah, this is ugly, but prevents a transparent background in the image preview box |