MDL-35180 theme_afterburner: fixes IE9 compatibility view bug

This commit is contained in:
Mary Evans
2012-09-02 16:35:09 +01:00
parent 8f3c8e78a9
commit 19685dbf5e
@@ -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;