Fix poll expiration clear button style (#2250)
This commit is contained in:
parent
7b3625eeeb
commit
a634b05bee
@ -1103,4 +1103,17 @@ div[contenteditable]:focus,
|
|||||||
.react-datepicker__quarter-text--in-range,
|
.react-datepicker__quarter-text--in-range,
|
||||||
.react-datepicker__year-text--in-range) {
|
.react-datepicker__year-text--in-range) {
|
||||||
background-color: var(--bs-info) !important;
|
background-color: var(--bs-info) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.react-datepicker__close-icon {
|
||||||
|
padding: 0rem 0.75rem !important;
|
||||||
|
align-items: center !important;
|
||||||
|
height: calc(100% - 3px) !important;
|
||||||
|
|
||||||
|
&::after {
|
||||||
|
content: "×" !important;
|
||||||
|
color: var(--theme-grey) !important;
|
||||||
|
font-size: 20px !important;
|
||||||
|
background: none !important;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user