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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12264 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-01-09 14:01:45 +00:00
parent e5b88d37d1
commit 81d1c15519
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;
}