mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-05-29 16:46:16 +00:00
Standardized date-picker selected day color
This commit is contained in:
@@ -63,3 +63,11 @@ body,
|
|||||||
.indivisible {
|
.indivisible {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.react-datepicker__day--keyboard-selected {
|
||||||
|
background-color: $mainColor;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background-color: darken($mainColor, 12%);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user