Skip to content
Snippets Groups Projects
Commit bf420e07 authored by marknl's avatar marknl
Browse files

FS#1516 - Text color for input fields

parent c8f20307
No related branches found
No related tags found
2 merge requests!46Master,!21Master
...@@ -123,7 +123,8 @@ YOU CAN VERY EASILY REVERT TO A GENERIC STYLE OF UNI-FORM. BEST OF LUCK... ...@@ -123,7 +123,8 @@ YOU CAN VERY EASILY REVERT TO A GENERIC STYLE OF UNI-FORM. BEST OF LUCK...
/* This is the main unit that contains our form elements */ /* This is the main unit that contains our form elements */
.uniForm .textInput, .uniForm .selectInput, .uniForm textarea { .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; border: 1px solid #DFDFDF;
padding: 1px; padding: 1px;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment