diff --git a/theme/afterburner/style/afterburner_styles.css b/theme/afterburner/style/afterburner_styles.css index 326e7d542f7..990fe49ecf3 100644 --- a/theme/afterburner/style/afterburner_styles.css +++ b/theme/afterburner/style/afterburner_styles.css @@ -209,6 +209,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;