From 8aabfd1921bafc5f5f7fa1b7a8e3d42bedd8ab20 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Thu, 10 Mar 2016 16:28:57 +0100 Subject: fix floating bars --- common/gtk-3.0/3.20/sass/_applications.scss | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'common/gtk-3.0/3.20/sass') diff --git a/common/gtk-3.0/3.20/sass/_applications.scss b/common/gtk-3.0/3.20/sass/_applications.scss index 90c29e0..09efc45 100644 --- a/common/gtk-3.0/3.20/sass/_applications.scss +++ b/common/gtk-3.0/3.20/sass/_applications.scss @@ -426,18 +426,20 @@ button.documents-favorite:active:hover { // Floating Bar // .floating-bar { + padding: 1px; background-color: $selected_bg_color; color: $selected_fg_color; + border-radius: 2px 2px 0 0; - &.top { border-radius: 0 0 2px 2px; } - &.right { border-radius: 2px 0 0 2px; } - &.bottom { border-radius: 2px 2px 0 0; } - &.left { border-radius: 0 2px 2px 0; } + &.bottom.left { border-top-left-radius: 0; } + &.bottom.right { border-top-right-radius: 0; } button { - background-color: transparent; - box-shadow: none; border: none; + border-radius: 0; + min-height: 0; + + @extend %selected-button; } } -- cgit v1.2.3