Example: The InputControl Class

Previous Next

See Also

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;

}