From be930a0cde4a9a6cda76c0a4343e4eb59e6430f9 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 27 Oct 2015 18:38:52 +0100 Subject: osd and titlebutton fixes --- common/gtk-3.0/3.18/sass/_common.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/gtk-3.0/3.18/sass/_common.scss') diff --git a/common/gtk-3.0/3.18/sass/_common.scss b/common/gtk-3.0/3.18/sass/_common.scss index e5cca7f..5c216f6 100644 --- a/common/gtk-3.0/3.18/sass/_common.scss +++ b/common/gtk-3.0/3.18/sass/_common.scss @@ -3008,11 +3008,10 @@ GtkVolumeButton.button { padding: 8px; } } .button.titlebutton { - padding: 7px 4px; + padding: 6px 4px; @include button(undecorated); background-color: transparentize($header_bg, 1); - border-width: 0; &:hover { @include button(header-hover); @@ -3027,6 +3026,7 @@ GtkVolumeButton.button { padding: 8px; } background-color: transparent; background-position: center; background-repeat: no-repeat; + border-width: 0; &:backdrop { opacity: 1; } } -- cgit v1.2.3