diff options
author | Horst3180 | 2016-03-09 19:46:19 +0100 |
---|---|---|
committer | Horst3180 | 2016-03-09 19:46:19 +0100 |
commit | de5eae0ec73f87c76aa155b73fd2fe608bf75a47 (patch) | |
tree | 681c28a8c23677d9e7f940d66cf08ff94be7bac2 /common/gtk-3.0/3.20/sass | |
parent | 0c833c9a23993c69d2700723694e0781b0ac26b3 (diff) | |
download | solarc-theme-de5eae0ec73f87c76aa155b73fd2fe608bf75a47.tar.gz solarc-theme-de5eae0ec73f87c76aa155b73fd2fe608bf75a47.tar.xz solarc-theme-de5eae0ec73f87c76aa155b73fd2fe608bf75a47.zip |
fix image color in error and warning entries
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r-- | common/gtk-3.0/3.20/sass/_common.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index a889726..987f6ea 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -253,6 +253,8 @@ entry { border-color: if($variant=='light', $e_color, $entry_border); background-image: linear-gradient(to bottom, mix($e_color, $base_color, 60%)); + image { color: $selected_fg_color; } + &:focus { color: $selected_fg_color; background-image: linear-gradient(to bottom, $e_color); |