[css] Fix calendar prev/next arrows style.
This commit is contained in:
@@ -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%);
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user