[css] Fix calendar prev/next arrows style.
parent
87fdcc7f16
commit
da027966c0
|
|
@ -484,3 +484,9 @@
|
||||||
.admin-interface .timelist a:hover {
|
.admin-interface .timelist a:hover {
|
||||||
background: var(--admin-interface-module-background-color);
|
background: var(--admin-interface-module-background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.admin-interface .calendarbox .calendarnav-previous,
|
||||||
|
.admin-interface .calendarbox .calendarnav-next {
|
||||||
|
transition: none;
|
||||||
|
filter: invert(100%);
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue