aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2013-03-04 09:55:27 +0000
committerplegall <plg@piwigo.org>2013-03-04 09:55:27 +0000
commit1f229ccfa3f071fa1d0591ab4d7fbf286c01eaf7 (patch)
treec8e1d09497f059766103057d94948cdd1bd8ac8b
parent6538a57d9cf4b85c6f53b3c72776d99c1f9c5b84 (diff)
bug 2857 fixed: select/options are invisible (#ccc on #ccc) with Chrome
git-svn-id: http://piwigo.org/svn/trunk@21173 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--themes/elegant/theme.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/elegant/theme.css b/themes/elegant/theme.css
index a4f13380e..95f7c7a92 100644
--- a/themes/elegant/theme.css
+++ b/themes/elegant/theme.css
@@ -21,7 +21,7 @@ html, body { background-color: #111;}
INPUT[type="text"], INPUT[type="password"],
INPUT[type="button"], INPUT[type="submit"],
INPUT[type="reset"], INPUT[type="file"],
-SELECT, TEXTAREA { background-color: #555;}
+SELECT, TEXTAREA, OPTION { background-color: #555;}
INPUT:focus, SELECT:focus, TEXTAREA:focus { background-color: #666;}