
Datebox is composed of two parts, an input box and a popup.

|
CSS Definition |
Description |
Default Values |
|
|
|
|
|
|
|
|
|
|
|
|
|
CSS Definition |
Description |
Default Values |
|
|
|
|
Note: If you want to know the detail of Calendar CSS, please refer to Calendar component.

|
CSS Definition |
Description |
Default Values |
|
|
|
|
The way to customize the outline of Datebox is change the code as follows.

span.datebox {
border:3px solid green;
padding:1px 0px;
}