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/gtk-contained.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'common/gtk-3.0/3.16/gtk-contained.css') diff --git a/common/gtk-3.0/3.16/gtk-contained.css b/common/gtk-3.0/3.16/gtk-contained.css index 3a503e9..4289ee0 100644 --- a/common/gtk-3.0/3.16/gtk-contained.css +++ b/common/gtk-3.0/3.16/gtk-contained.css @@ -169,7 +169,7 @@ GtkTextView { background-color: #5294E2; color: #ffffff; } .entry.progressbar { - margin: 2px; + margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; border-color: #5294E2; @@ -904,6 +904,10 @@ GtkComboBox { .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { background-color: #ffffff; color: #5294E2; } + .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { + border-color: #5294E2; + background-image: none; + background-color: transparent; } .primary-toolbar .button, .header-bar .button { color: rgba(82, 93, 118, 0.8); outline-color: rgba(82, 93, 118, 0.1); -- cgit v1.2.3