// Product name input field is now disabled until the link_rewrite field is loaded. Removed obsolete css rule

This commit is contained in:
tDidierjean
2012-01-09 14:01:45 +00:00
parent c04f88a470
commit 4a50ca4e9f
3 changed files with 4 additions and 4 deletions
-3
View File
@@ -275,9 +275,6 @@ input[type="text"], input[type="password"], input[type="file"], textarea {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
input[type="text"], input[type="password"], input[type="file"], textarea, select, option {
background-color:#FFF;
}
input[type="radio"], input[type="checkbox"] {
background-color:transparent;
}