fix for text on buttons and in inputs being 1px too low in recent versions of chrome (fixes #924)
This commit is contained in:
parent
8572f93334
commit
da319f0807
1 changed files with 4 additions and 1 deletions
|
@ -583,14 +583,16 @@ input.OxLarge {
|
|||
*/
|
||||
input.OxLarge {
|
||||
height: 18px;
|
||||
font-size: 13px;
|
||||
padding: 0 8px 0 8px;
|
||||
font-size: 13px;
|
||||
line-height: 18px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
input.OxMedium {
|
||||
height: 14px;
|
||||
padding: 0 6px 0 6px;
|
||||
font-size: 11px;
|
||||
line-height: 14px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
input.OxMedium.OxRounded {
|
||||
|
@ -605,6 +607,7 @@ input.OxSmall {
|
|||
height: 10px;
|
||||
padding: 0 4px 0 4px;
|
||||
font-size: 8px;
|
||||
line-height: 10px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue