mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 12:13:22 +00:00
Fix 56542, font for class="plain" textfields (like the URL bar) in win32 Classic is too big. r=ben sr=shaver
This commit is contained in:
parent
b8a0b3b798
commit
338f9b23d8
@ -11,7 +11,7 @@
|
|||||||
border-top : 1px solid threedshadow;
|
border-top : 1px solid threedshadow;
|
||||||
border-right : 1px solid threedhighlight;
|
border-right : 1px solid threedhighlight;
|
||||||
border-bottom : 1px solid threedhighlight;
|
border-bottom : 1px solid threedhighlight;
|
||||||
font : field;
|
font : inherit;
|
||||||
color : windowtext;
|
color : windowtext;
|
||||||
padding : 0px;
|
padding : 0px;
|
||||||
margin : 1px 5px 2px 5px;
|
margin : 1px 5px 2px 5px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user