From 3d746e3015468132ca4a40ab442c6e58a62cd3b5 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sat, 6 Jun 2015 16:14:01 +0200 Subject: fix progressbars inside entries --- common/gtk-3.0/3.16/_common.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'common/gtk-3.0/3.16/_common.scss') diff --git a/common/gtk-3.0/3.16/_common.scss b/common/gtk-3.0/3.16/_common.scss index a24947c..c77cf31 100644 --- a/common/gtk-3.0/3.16/_common.scss +++ b/common/gtk-3.0/3.16/_common.scss @@ -241,7 +241,7 @@ GtkTextView { // This will get overridden by .view, needed by gedit line numbers } &.progressbar { - margin: 2px; + margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; border-color: $selected_bg_color; @@ -1194,6 +1194,12 @@ GtkComboBox { background-color: $selected_fg_color; color: $selected_bg_color; } + + &.progressbar { + border-color: $selected_bg_color; + background-image: none; + background-color: transparent; + } } // Header-bar Buttons -- cgit v1.2.3