From 853e9eeadd88da1d650f7e4dd2ea9119dfbc8a08 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sat, 12 Sep 2015 00:22:28 +0200 Subject: tweak standalone osd buttons --- common/gtk-3.0/3.14/sass/_common.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common/gtk-3.0/3.14/sass') diff --git a/common/gtk-3.0/3.14/sass/_common.scss b/common/gtk-3.0/3.14/sass/_common.scss index 665ae6a..f97c1bc 100644 --- a/common/gtk-3.0/3.14/sass/_common.scss +++ b/common/gtk-3.0/3.14/sass/_common.scss @@ -437,14 +437,14 @@ $_dot_color: $selected_bg_color; } // big standalone buttons like in Documents pager &.osd { + color: $osd_fg_color; outline-color: transparentize($osd_fg_color, 0.7); - - @include button(osd); background-color: $osd_bg_color; + border-color: darken($osd_bg_color, 8%); &.image-button { padding: 10px; } - &:hover { @include button(osd-hover); background-color: $osd_bg_color; } + &:hover { color: $selected_bg_color; } &:active, &:checked { @include button(osd-active); } &:insensitive { @include button(osd-insensitive); } } -- cgit v1.2.3