aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/sass/_common.scss
diff options
context:
space:
mode:
authorHorst31802016-03-09 19:46:19 +0100
committerHorst31802016-03-09 19:46:19 +0100
commitde5eae0ec73f87c76aa155b73fd2fe608bf75a47 (patch)
tree681c28a8c23677d9e7f940d66cf08ff94be7bac2 /common/gtk-3.0/3.20/sass/_common.scss
parent0c833c9a23993c69d2700723694e0781b0ac26b3 (diff)
downloadsolarc-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/_common.scss')
-rw-r--r--common/gtk-3.0/3.20/sass/_common.scss2
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);