aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.18/sass/_transparent_widgets.scss
diff options
context:
space:
mode:
authorHorst31802015-09-12 01:39:12 +0200
committerHorst31802015-09-12 01:39:12 +0200
commitafc416f6c45b4215f38584512ea00b8cfa532113 (patch)
tree2a2e9b757c118010110c865e278a528d4fcf2133 /common/gtk-3.0/3.18/sass/_transparent_widgets.scss
parented94af21c3dfe8d457d1a008d7ac9f6a9fa9fc53 (diff)
downloadsolarc-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/_transparent_widgets.scss')
-rw-r--r--common/gtk-3.0/3.18/sass/_transparent_widgets.scss7
1 files changed, 2 insertions, 5 deletions
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 };
}