I think I found the problem. If I pull up the same page on my Mac which I always find has a truer rendering of images the fields look fine. The combination of Ubuntu, nVidia Xserver, nVidia graphics card and LG monitor resulted in a screen that was pushed too far to white. The PNG I posted won't look like what I am seeing in that case because it is the video system that is causing the problem. To give a verbal example, the only feature of the submit button that was not 100% white was the text on the button which made buttons, check boxes and text fields disappear into the background. I think the display manufacturers setup their displays hot so they look nicer in the store. Most images looked fine on the display so I thought it was set okay.
Thanks Ron On Nov 18, 9:07 am, mdipierro <[email protected]> wrote: > I actually like it as it is. > > On Nov 18, 10:58 am, Ron McOuat <[email protected]> wrote: > > > > > > > I added email subscription so now I can attach a PNG of what I see on Ubuntu > > 10.04 default install. > > > I will fix it for my own purposes, but am wondering if there is room to > > consider improving the defaults? > > > Ron > > > On Thu, Nov 18, 2010 at 4:05 AM, Martín Mulone > > <[email protected]>wrote: > > > > 2010/11/18 ron_m <[email protected]> > > > >> The text input fields are not very tall, in fact select boxes don't > > >> even show the full height of the font. I fixed that by changing the > > >> input text, input password and select height from 16px to 20px in > > >> base.css > > > >> Ron > > > > I think massimo change to 16 px, because originally was in 22px. > > > > Anyways you can always customize it. > > > > Change this in base.css > > > > input[type=submit], input[type=button], button { > > > margin: 0px; > > > height: 22px; > > > background: #eaeaea; > > > color: #555; > > > border: 1px solid #dedede; > > > -moz-border-radius: 2px; > > > -webkit-border-radius: 2px; > > > border-radius: 2px; > > > } > > > > change background to something like background: #a1a1a1; > > > > -- > > > My blog:http://martin.tecnodoc.com.ar > > > My portfolio *spanish*:http://www.tecnodoc.com.ar > > > Checkout my last proyect instant-press:http://www.instant2press.com > > > Screenshot.png > > 95KViewDownload > >

