mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-10 18:27:25 +03:00
Standardized date-picker selected day color
This commit is contained in:
parent
46fa3d4345
commit
c682737505
1 changed files with 8 additions and 0 deletions
|
@ -63,3 +63,11 @@ body,
|
|||
.indivisible {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.react-datepicker__day--keyboard-selected {
|
||||
background-color: $mainColor;
|
||||
|
||||
&:hover {
|
||||
background-color: darken($mainColor, 12%);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue