From faa5a952b3559cb3cc7f6e2184c6a685a628abb6 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 4 Mar 2013 09:55:27 +0000 Subject: [PATCH] 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 --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index a4f1338..95f7c7a 100644 --- a/theme.css +++ b/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;}