Changeset 285

Show
Ignore:
Timestamp:
02/20/07 09:29:05 (2 years ago)
Author:
d.reszka
Message:

added "color:black" on form inputs and textareas (foreground color must be defined if there is already a background color)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/d.reszka/0.2.1/addons/forms/base.css

    r174 r285  
    2020        form .field input, 
    2121        form .field textarea, 
    22         form .row select        { background: white; border-width: 1px;
     22        form .row select        { background: white; border-width: 1px; color: black;