diff options
author | Horst3180 | 2015-05-19 22:42:47 +0200 |
---|---|---|
committer | Horst3180 | 2015-05-19 22:42:47 +0200 |
commit | b738f53867f49903953fce458d8e992db02388a1 (patch) | |
tree | 9bc23a02e0a420f9f58439832ad63ec005be6205 /gtk-3.0/_common.scss | |
parent | 21a87d53a584671699fb31902c0bb7d5316e4918 (diff) | |
download | solarc-theme-b738f53867f49903953fce458d8e992db02388a1.tar.gz solarc-theme-b738f53867f49903953fce458d8e992db02388a1.tar.xz solarc-theme-b738f53867f49903953fce458d8e992db02388a1.zip |
some fixes
Diffstat (limited to 'gtk-3.0/_common.scss')
-rw-r--r-- | gtk-3.0/_common.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk-3.0/_common.scss b/gtk-3.0/_common.scss index 67ceddc..b659cbf 100644 --- a/gtk-3.0/_common.scss +++ b/gtk-3.0/_common.scss @@ -1501,7 +1501,7 @@ column-header.button.dnd { // for treeview-like derive widgets color: $insensitive_fg_color; } - &.separator { color: $base_color; } + &.separator { color: transparentize($base_color, 1); } //submenu indicators &.arrow { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic'); } @@ -1537,7 +1537,7 @@ column-header.button.dnd { // for treeview-like derive widgets box-shadow: 0 2px 6px 1px transparentize(black, 0.93); - & .separator { color: transparentize(black, 1); } + & .separator { color: transparentize($base_color, 1); } .label.separator { @extend .label.separator; } // Noice > .list, @@ -2682,6 +2682,7 @@ GtkVolumeButton.button { padding: 8px; } padding: 7px 4px; @include button(undecorated); + background-color: transparentize($header_bg, 1); border-width: 0; &:hover { |