diff options
author | Horst3180 | 2015-07-06 17:50:35 +0200 |
---|---|---|
committer | Horst3180 | 2015-07-06 17:50:35 +0200 |
commit | f47cb744c2c0c8795462eda828e6c6636037abb0 (patch) | |
tree | bd2937c07f49a09c925fa3edd6fcc8f4bdc994af /common/gtk-3.0/3.16/_common.scss | |
parent | 997c88ebcc5d24a64d059f5007d5fff0119a1962 (diff) | |
download | solarc-theme-f47cb744c2c0c8795462eda828e6c6636037abb0.tar.gz solarc-theme-f47cb744c2c0c8795462eda828e6c6636037abb0.tar.xz solarc-theme-f47cb744c2c0c8795462eda828e6c6636037abb0.zip |
add new color variable
Diffstat (limited to 'common/gtk-3.0/3.16/_common.scss')
-rw-r--r-- | common/gtk-3.0/3.16/_common.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.16/_common.scss b/common/gtk-3.0/3.16/_common.scss index 6b950f7..c0a3fc3 100644 --- a/common/gtk-3.0/3.16/_common.scss +++ b/common/gtk-3.0/3.16/_common.scss @@ -1025,7 +1025,7 @@ GtkComboBox { border-width: 0 0 1px; border-style: solid; border-radius: 0; - border-color: if($variant == 'light', darken($header_bg, 7%), darken($header_bg, 5%)); + border-color: $header_border; color: $header_fg; background-color: opacify($header_bg, 1); |