style: Auswahlfarbe im DatePicker auf littwin-blue angepasst für konsistentes UI
This commit is contained in:
@@ -43,3 +43,17 @@ body {
|
||||
border: 1px solid #ccc; /* Optional: heller Rahmen */
|
||||
}
|
||||
}
|
||||
|
||||
.react-datepicker__day--selected,
|
||||
.react-datepicker__day--keyboard-selected {
|
||||
background-color: var(--littwin-blue) !important;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.react-datepicker__day--selected:hover {
|
||||
background-color: #0095cc !important; /* dunklere Version von Littwin-Blau */
|
||||
}
|
||||
|
||||
.react-datepicker__day--today {
|
||||
border: 1px solid var(--littwin-blue);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user