aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/gtk.css
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/gtk.css
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/gtk.css')
-rw-r--r--common/gtk-3.0/3.20/gtk.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css
index 0cf9e12..4547d7b 100644
--- a/common/gtk-3.0/3.20/gtk.css
+++ b/common/gtk-3.0/3.20/gtk.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);