summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/css/themeChromiumLinux.css
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/css/themeChromiumLinux.css')
-rw-r--r--Source/WebCore/css/themeChromiumLinux.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/WebCore/css/themeChromiumLinux.css b/Source/WebCore/css/themeChromiumLinux.css
index f8210c3..bd7f961 100644
--- a/Source/WebCore/css/themeChromiumLinux.css
+++ b/Source/WebCore/css/themeChromiumLinux.css
@@ -34,3 +34,8 @@ select {
background-color: #dddddd;
border: 0px;
}
+
+select[size="0"] option,
+select[size="1"] option {
+ background-color: #f7f7f7;
+}