1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-04-08 06:50:11 +00:00

Tasks: Fix load completed tasks button being cut off. Fixes

This commit is contained in:
Magnus Walbeck 2022-12-29 13:15:46 +01:00
parent af555702e0
commit 3b86dfa6ea
Signed by: mwalbeck
GPG key ID: CCB78CFF3F950769

View file

@ -39,7 +39,8 @@
}
}
.task-list .loadmore span {
.task-list .loadmore span,
.task-list .loadmore button {
background-color: var(--color-background-darker) !important;
color: var(--color-text-maxcontrast) !important;
}