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:
blakeross%telocity.com 2000-10-14 03:01:22 +00:00
parent b8a0b3b798
commit 338f9b23d8

View File

@ -11,7 +11,7 @@
border-top : 1px solid threedshadow;
border-right : 1px solid threedhighlight;
border-bottom : 1px solid threedhighlight;
font : field;
font : inherit;
color : windowtext;
padding : 0px;
margin : 1px 5px 2px 5px;