aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.16/_common.scss
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.16/_common.scss')
-rw-r--r--common/gtk-3.0/3.16/_common.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.16/_common.scss b/common/gtk-3.0/3.16/_common.scss
index 40181b2..7ca39c0 100644
--- a/common/gtk-3.0/3.16/_common.scss
+++ b/common/gtk-3.0/3.16/_common.scss
@@ -242,7 +242,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;
@@ -1195,6 +1195,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