8 lines
182 B
CSS
8 lines
182 B
CSS
div.selectize-input > div.item {
|
|
line-height: 41px;
|
|
}
|
|
|
|
input[type="text"], input[type="password"], input[type="number"] {
|
|
font-size: 12pt !important;
|
|
height: 41px !important;
|
|
} |