1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

*arr calendar today fix

This commit is contained in:
GilbN 2021-10-14 23:43:51 +02:00
parent 3f8743e144
commit abce5935ee
4 changed files with 12 additions and 8 deletions

View File

@ -841,8 +841,9 @@ input:focus:-ms-input-placeholder {
background-color: rgba(0, 0, 0, .25);
}
[class*="CalendarDay-isToday-"] {
background-color: hsla(0, 0%, 100%, .08) !important;
[class*="CalendarDay-isToday-"],
[class*="DayOfWeek-isToday-"] {
background-color: hsla(0, 0%, 100%, .25) !important;
}
[class*="CalendarDay-day-"],

View File

@ -852,8 +852,9 @@ input:focus:-ms-input-placeholder {
background-color: rgba(0, 0, 0, .25);
}
[class*="CalendarDay-isToday-"] {
background-color: hsla(0, 0%, 100%, .08) !important;
[class*="CalendarDay-isToday-"],
[class*="DayOfWeek-isToday-"] {
background-color: hsla(0, 0%, 100%, .25) !important;
}
[class*="CalendarDay-day-"],

View File

@ -843,8 +843,9 @@ input:focus:-ms-input-placeholder {
background-color: rgba(0, 0, 0, .25);
}
[class*="CalendarDay-isToday-"] {
background-color: hsla(0, 0%, 100%, .08) !important;
[class*="CalendarDay-isToday-"],
[class*="DayOfWeek-isToday-"] {
background-color: hsla(0, 0%, 100%, .25) !important;
}
[class*="CalendarDay-day-"],

View File

@ -851,8 +851,9 @@ input:focus:-ms-input-placeholder {
background-color: rgba(0, 0, 0, .25);
}
[class*="CalendarDay-isToday-"] {
background-color: hsla(0, 0%, 100%, .08) !important;
[class*="CalendarDay-isToday-"],
[class*="DayOfWeek-isToday-"] {
background-color: hsla(0, 0%, 100%, .25) !important;
}
[class*="CalendarDay-day-"],