diff options
author | Horst3180 | 2015-07-17 15:37:39 +0200 |
---|---|---|
committer | Horst3180 | 2015-07-17 15:37:39 +0200 |
commit | 993ef0121f151fbe96fb0a71b1a4514454a5b579 (patch) | |
tree | 46ae2db2eb99891da7fa452f7741c4cb5f4b9235 /common/gtk-3.0/3.14/sass | |
parent | 284a959345621a016653b03fa5e0b6fcae08cefe (diff) | |
download | solarc-theme-993ef0121f151fbe96fb0a71b1a4514454a5b579.tar.gz solarc-theme-993ef0121f151fbe96fb0a71b1a4514454a5b579.tar.xz solarc-theme-993ef0121f151fbe96fb0a71b1a4514454a5b579.zip |
fix a typo
Diffstat (limited to 'common/gtk-3.0/3.14/sass')
-rw-r--r-- | common/gtk-3.0/3.14/sass/_transparent_widgets.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.14/sass/_transparent_widgets.scss b/common/gtk-3.0/3.14/sass/_transparent_widgets.scss index 16bf819..2e05e43 100644 --- a/common/gtk-3.0/3.14/sass/_transparent_widgets.scss +++ b/common/gtk-3.0/3.14/sass/_transparent_widgets.scss @@ -85,7 +85,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 |