Example: The InputControl Class |
Here is an example of some style sheet rules that apply to the input field of the InputControl class: input.InputControl{ background-color: white; color: black; border-width: 1px; border-color: black; padding-left: 5pt; } |