diff options
author | Horst3180 | 2015-06-06 17:48:55 +0200 |
---|---|---|
committer | Horst3180 | 2015-06-06 17:48:55 +0200 |
commit | 3c8122ddac8c07b2c19a840c0e929a9756475119 (patch) | |
tree | dd89c733401b219744b482f782bbb7aa11906764 /common/gtk-3.0/3.16/_common.scss | |
parent | 3b0d4c586ccac246aae773298ba3f3b13d213818 (diff) | |
parent | 2f044b0e108228302823efb11d0b9d07c6111a10 (diff) | |
download | solarc-theme-3c8122ddac8c07b2c19a840c0e929a9756475119.tar.gz solarc-theme-3c8122ddac8c07b2c19a840c0e929a9756475119.tar.xz solarc-theme-3c8122ddac8c07b2c19a840c0e929a9756475119.zip |
Merge branch 'master' into dark_variant
Diffstat (limited to 'common/gtk-3.0/3.16/_common.scss')
-rw-r--r-- | common/gtk-3.0/3.16/_common.scss | 8 |
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 |