From 19685dbf5ecd026ea875780f8f8c29a7ef019769 Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Sun, 2 Sep 2012 16:35:09 +0100 Subject: [PATCH] MDL-35180 theme_afterburner: fixes IE9 compatibility view bug --- theme/afterburner/style/afterburner_styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/afterburner/style/afterburner_styles.css b/theme/afterburner/style/afterburner_styles.css index 7c905242c9f..ee8584edeb4 100644 --- a/theme/afterburner/style/afterburner_styles.css +++ b/theme/afterburner/style/afterburner_styles.css @@ -206,6 +206,10 @@ select, input, button { background-color: #34637f; color: #fff; } +.ie7 select { /* fixes compatibility view */ + background-color: #eee; + color: #036; +} #loginbtn, input, button, select { cursor: pointer; margin-left: 5px;