diff options
author | Horst3180 | 2015-06-03 20:09:52 +0200 |
---|---|---|
committer | Horst3180 | 2015-06-03 20:09:52 +0200 |
commit | a4485c819e1cbddbe335e8a067dee06c080f53aa (patch) | |
tree | 814452fea639b1aed82f9f45bdd381e5a8bcdb98 /common/gtk-3.0/3.16/_transparent_widgets.scss | |
parent | 2ab7f0f2234c809ee195a75a02fc40f39f9e466c (diff) | |
parent | 760588976e38d3ad45c360029d12526da8979f1a (diff) | |
download | solarc-theme-a4485c819e1cbddbe335e8a067dee06c080f53aa.tar.gz solarc-theme-a4485c819e1cbddbe335e8a067dee06c080f53aa.tar.xz solarc-theme-a4485c819e1cbddbe335e8a067dee06c080f53aa.zip |
Merge branch 'master' of https://github.com/Eugeny/Arc-theme into Eugeny-master
Diffstat (limited to 'common/gtk-3.0/3.16/_transparent_widgets.scss')
-rw-r--r-- | common/gtk-3.0/3.16/_transparent_widgets.scss | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/common/gtk-3.0/3.16/_transparent_widgets.scss b/common/gtk-3.0/3.16/_transparent_widgets.scss index 154ee8f..f3d655d 100644 --- a/common/gtk-3.0/3.16/_transparent_widgets.scss +++ b/common/gtk-3.0/3.16/_transparent_widgets.scss @@ -24,16 +24,16 @@ MarlinViewWindow { .sidebar, .source-list.sidebar.view { background-color: $dark_sidebar_bg; - .view { + .view, row { background-color: transparent; color: $dark_sidebar_fg; &.image { color: transparentize($dark_sidebar_fg, 0.4); } - } - .view.cell:selected { - background-color: $selected_bg_color; - color: $selected_fg_color; + &.cell:selected { + background-color: $selected_bg_color; + color: $selected_fg_color; + } } &.frame { |