marknl
2011-08-26 bf420e07b6a8ed6d0a42cdaef5f3f70ad58ce7fc
FS#1516 - Text color for input fields 
1 files modified
3 ■■■■ changed files
interface/web/themes/default/css/screen/uni-form.css 3 ●●●● patch | view | raw | blame | history
interface/web/themes/default/css/screen/uni-form.css
@@ -123,7 +123,8 @@
/* This is the main unit that contains our form elements */
.uniForm .textInput, .uniForm .selectInput, .uniForm textarea {
    background:#FFFFFF none repeat scroll 0 0;
    background:#FFFFFF none repeat scroll 0 0
    color: #000000;;
    border: 1px solid #DFDFDF;
    padding: 1px;
}