pigallery2/src/frontend/app/ui/settings/_abstract/settings-entry/settings-entry.settings.component.css
2020-02-04 19:37:47 +01:00

12 lines
172 B
CSS

.changed-settings input, .changed-settings select {
border-color: #007bff;
border-width: 1.5px;
}
.changed-settings label {
color: #007bff;
font-weight: bold;
}