Merge pull request #713 from nlegoff/homepage_ie_fix

[3.8] Homepage ie fix
This commit is contained in:
Romain Neutron
2013-10-25 03:08:49 -07:00

View File

@@ -856,6 +856,9 @@ form[name=registerForm] .multiselect-group {
.lt-ie9 .input-table input,
.lt-ie9 .input-table .input {
background-color: @inputIEBackground !important;
color: contrast(@inputIEBackground) !important;
/** If font family is issued front google fonts hidden dot characters will always be white */
font-family: Arial !important;
}