CSS Example: The InputControl class

  • 5 January 2021
  • 0 replies
  • 15 views

Badge +1

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;
}

 


0 replies

Be the first to reply!

Reply