diff options
author | Horst3180 | 2015-05-18 12:22:28 +0200 |
---|---|---|
committer | Horst3180 | 2015-05-18 13:21:29 +0200 |
commit | 3608abc23088d9bdcc3f34b45db600ffae30637e (patch) | |
tree | ba03bae90d3a709e5520439ff7feb957a1e5ea78 /gtk-3.0/_common.scss | |
parent | 394c3326b2b288e848439aec155fb8a1a8a47ea9 (diff) | |
download | solarc-theme-3608abc23088d9bdcc3f34b45db600ffae30637e.tar.gz solarc-theme-3608abc23088d9bdcc3f34b45db600ffae30637e.tar.xz solarc-theme-3608abc23088d9bdcc3f34b45db600ffae30637e.zip |
some ubuntu fixes
Diffstat (limited to 'gtk-3.0/_common.scss')
-rw-r--r-- | gtk-3.0/_common.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk-3.0/_common.scss b/gtk-3.0/_common.scss index 746b1b3..67ceddc 100644 --- a/gtk-3.0/_common.scss +++ b/gtk-3.0/_common.scss @@ -2443,7 +2443,8 @@ GtkInfoBar { .info, .question, .warning, -.error { +.error, +GtkInfoBar { background-color: $selected_bg_color; color: $selected_fg_color; } |