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 #2140
This commit is contained in:
parent
af555702e0
commit
3b86dfa6ea
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue