Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
fixed hover state file input resizing (bug 712014)
Browse files Browse the repository at this point in the history
  • Loading branch information
spasovski committed Jan 6, 2012
1 parent aa41e6f commit e44db64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions media/css/legacy/ie.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
}

0 comments on commit e44db64

Please sign in to comment.