diff options
Diffstat (limited to 'themes/elegant/theme.css')
-rw-r--r-- | themes/elegant/theme.css | 2 |
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;} |