diff options
author | Horst3180 | 2016-03-23 15:07:19 +0100 |
---|---|---|
committer | Horst3180 | 2016-03-23 15:07:19 +0100 |
commit | c796620e8ab8744e9ce08eccc796b1e9a1c9d97f (patch) | |
tree | 191733cc5a124d7fe2294fda46422564767f094c /common/gtk-3.0/3.20/sass/_common.scss | |
parent | 1eb462a994ce62b3843742d0315cb2d6650b07c0 (diff) | |
download | solarc-theme-c796620e8ab8744e9ce08eccc796b1e9a1c9d97f.tar.gz solarc-theme-c796620e8ab8744e9ce08eccc796b1e9a1c9d97f.tar.xz solarc-theme-c796620e8ab8744e9ce08eccc796b1e9a1c9d97f.zip |
fixes
Diffstat (limited to 'common/gtk-3.0/3.20/sass/_common.scss')
-rw-r--r-- | common/gtk-3.0/3.20/sass/_common.scss | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index 4e406d7..ac425ad 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -1368,7 +1368,8 @@ headerbar { label:first-child { padding-left: 10px; } } - &.slider-button { + &.slider-button, + &:not(.image-button):not(.text-button) { padding-left: 1px; padding-right: 1px; } @@ -2609,12 +2610,13 @@ placessidebar { &.sidebar-new-bookmark-row { color: $selected_bg_color; } &:drop(active):not(:disabled) { - color: $drop_target_color; + &, label, image { color: $drop_target_color; } + box-shadow: inset 0 1px $drop_target_color, inset 0 -1px $drop_target_color; &:selected { - color: $selected_fg_color; + &, label, image { color: $selected_fg_color; } background-color: $drop_target_color; } } |