
Longbox is an input box.

|
CSS Definition |
Description |
Default Values |
|
|
The outline of longbox |
|
|
|
The outline of longbox |
|
The way to customize the background of Longbox is change color as follows.

.text{
background: black;
color: white;
font-weight: bold;
}
The way to customize the border and background of disabled Longbox.

.text-disd{
border: 1px solid black;
background: red;
}