diff options
author | Horst3180 | 2015-05-21 15:35:29 +0200 |
---|---|---|
committer | Horst3180 | 2015-05-21 15:35:29 +0200 |
commit | 7006ec44d8dcbd1a465c69aa55951961e060e28f (patch) | |
tree | a9e7aed957aa874cc1fe7632f77cdf530d9f78b1 /gtk-3.0/_transparent_widgets.scss | |
parent | b738f53867f49903953fce458d8e992db02388a1 (diff) | |
download | solarc-theme-7006ec44d8dcbd1a465c69aa55951961e060e28f.tar.gz solarc-theme-7006ec44d8dcbd1a465c69aa55951961e060e28f.tar.xz solarc-theme-7006ec44d8dcbd1a465c69aa55951961e060e28f.zip |
dark sidebars for nemo, thunar, pantheon-files and some fixes
Diffstat (limited to 'gtk-3.0/_transparent_widgets.scss')
-rw-r--r-- | gtk-3.0/_transparent_widgets.scss | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/gtk-3.0/_transparent_widgets.scss b/gtk-3.0/_transparent_widgets.scss index 2496c70..154ee8f 100644 --- a/gtk-3.0/_transparent_widgets.scss +++ b/gtk-3.0/_transparent_widgets.scss @@ -4,18 +4,24 @@ GtkFileChooserDialog .dialog-action-box { background-color: $bg_color } // fix for non gnome environments +NemoWindow GtkEventBox { background-color: $bg_color; } // fixes nemo statusbar + GtkFileChooserDialog *, -NautilusWindow * { +NautilusWindow *, +NemoWindow { -GtkPaned-handle-size: 0; } // Dark transparent sidebars GtkFileChooserDialog, -NautilusWindow { +NautilusWindow, +NemoWindow, +MarlinViewWindow { - &.background { background-color: transparent; } + &.background, + .source-list, .source-list.view, .source-list.view:prelight { background-color: transparent; } - .sidebar { + .sidebar, .source-list.sidebar.view { background-color: $dark_sidebar_bg; .view { |