mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 19:37:15 +00:00
Make 'letter-spacing' take effect in file input control. b=252863 r=bzbarsky sr=dbaron
This commit is contained in:
parent
a3b068601f
commit
8c869781e3
@ -325,12 +325,14 @@ input[type="file"] > input[type="text"] {
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
height: inherit;
|
height: inherit;
|
||||||
|
letter-spacing: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* button part of file selector */
|
/* button part of file selector */
|
||||||
input[type="file"] > input[type="button"] {
|
input[type="file"] > input[type="button"] {
|
||||||
height: inherit;
|
height: inherit;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
|
letter-spacing: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* radio buttons */
|
/* radio buttons */
|
||||||
|
@ -325,12 +325,14 @@ input[type="file"] > input[type="text"] {
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
height: inherit;
|
height: inherit;
|
||||||
|
letter-spacing: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* button part of file selector */
|
/* button part of file selector */
|
||||||
input[type="file"] > input[type="button"] {
|
input[type="file"] > input[type="button"] {
|
||||||
height: inherit;
|
height: inherit;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
|
letter-spacing: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* radio buttons */
|
/* radio buttons */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user