aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.18/sass
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.18/sass')
-rw-r--r--common/gtk-3.0/3.18/sass/_common.scss2
-rw-r--r--common/gtk-3.0/3.18/sass/_transparent_widgets.scss7
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 };
}