fixed hover state file input resizing (bug 712014)

This commit is contained in:
Davor Spasovski 2012-01-06 14:20:09 -08:00
Родитель aa41e6f5c7
Коммит e44db640db
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -76,3 +76,7 @@ form fieldset .container {
background-image: url(../../img/illustrations/logo-collections-220x270.png);
background-position: 95% 30px;
}
.invisible-upload input {
font-size: 14px !important; /* !important overrides normal and :hover */
}