Make 'letter-spacing' take effect in file input control. b=252863 r=bzbarsky sr=dbaron

This commit is contained in:
mats.palmgren%bredband.net 2004-09-12 22:46:56 +00:00
parent a3b068601f
commit 8c869781e3
2 changed files with 4 additions and 0 deletions

View File

@ -325,12 +325,14 @@ input[type="file"] > input[type="text"] {
color: inherit;
font-size: inherit;
height: inherit;
letter-spacing: inherit;
}
/* button part of file selector */
input[type="file"] > input[type="button"] {
height: inherit;
font-size: inherit;
letter-spacing: inherit;
}
/* radio buttons */

View File

@ -325,12 +325,14 @@ input[type="file"] > input[type="text"] {
color: inherit;
font-size: inherit;
height: inherit;
letter-spacing: inherit;
}
/* button part of file selector */
input[type="file"] > input[type="button"] {
height: inherit;
font-size: inherit;
letter-spacing: inherit;
}
/* radio buttons */