diff options
author | Horst3180 | 2015-09-12 01:39:12 +0200 |
---|---|---|
committer | Horst3180 | 2015-09-12 01:39:12 +0200 |
commit | afc416f6c45b4215f38584512ea00b8cfa532113 (patch) | |
tree | 2a2e9b757c118010110c865e278a528d4fcf2133 /common/gtk-3.0/3.18/sass | |
parent | ed94af21c3dfe8d457d1a008d7ac9f6a9fa9fc53 (diff) | |
download | solarc-theme-afc416f6c45b4215f38584512ea00b8cfa532113.tar.gz solarc-theme-afc416f6c45b4215f38584512ea00b8cfa532113.tar.xz solarc-theme-afc416f6c45b4215f38584512ea00b8cfa532113.zip |
some tweaks
Diffstat (limited to 'common/gtk-3.0/3.18/sass')
-rw-r--r-- | common/gtk-3.0/3.18/sass/_common.scss | 2 | ||||
-rw-r--r-- | common/gtk-3.0/3.18/sass/_transparent_widgets.scss | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/common/gtk-3.0/3.18/sass/_common.scss b/common/gtk-3.0/3.18/sass/_common.scss index 25335bd..d555aef 100644 --- a/common/gtk-3.0/3.18/sass/_common.scss +++ b/common/gtk-3.0/3.18/sass/_common.scss @@ -2096,6 +2096,8 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { outline-offset: -1px; outline-radius: 2px; + color: gtkalpha(currentColor, 0.7); + &.trough { margin: 5px; } &.fine-tune { &.trough { border-radius: 5px; margin: 3px; } diff --git a/common/gtk-3.0/3.18/sass/_transparent_widgets.scss b/common/gtk-3.0/3.18/sass/_transparent_widgets.scss index b2e1c1e..49d0436 100644 --- a/common/gtk-3.0/3.18/sass/_transparent_widgets.scss +++ b/common/gtk-3.0/3.18/sass/_transparent_widgets.scss @@ -55,11 +55,8 @@ NautilusWindow { .sidebar-button.button { color: $dark_sidebar_fg; - &:hover { background-color: transparentize(black, 0.9); } - &:active { - color: $selected_fg_color; - background-color: $selected_bg_color; - } + &:hover { @include button(osd-hover); } + &:active { @include button(osd-active); } &:not(:hover):not(:active) > GtkImage { opacity: 0.5 }; } |