7 lines
447 B
CSS
7 lines
447 B
CSS
input[type="text"], input[type="password"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], select, textarea {
|
|
color: var(--ast-customizer-color-5);
|
|
}
|
|
|
|
.customize-control .ast-spacing-responsive-btns li svg {
|
|
max-width: 13px;
|
|
}
|