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/gtk-solid-darker.css | |
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/gtk-solid-darker.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk-solid-darker.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css index 86aea17..da77e21 100644 --- a/common/gtk-3.0/3.20/gtk-solid-darker.css +++ b/common/gtk-3.0/3.20/gtk-solid-darker.css @@ -190,6 +190,8 @@ entry { color: #ffffff; border-color: #F27835; background-image: linear-gradient(to bottom, #f7ae86); } + entry.warning image { + color: #ffffff; } entry.warning:focus { color: #ffffff; background-image: linear-gradient(to bottom, #F27835); @@ -201,6 +203,8 @@ entry { color: #ffffff; border-color: #FC4138; background-image: linear-gradient(to bottom, #fd8d88); } + entry.error image { + color: #ffffff; } entry.error:focus { color: #ffffff; background-image: linear-gradient(to bottom, #FC4138); |