mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
Merge pull request #28111 from nextcloud/backport/28101/stable20
[stable20] Fix dark theme in file exists dialog
This commit is contained in:
commit
f0a7b96e90
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@
|
|||
}
|
||||
.oc-dialog .fileexists th label {
|
||||
font-weight: normal;
|
||||
color:black;
|
||||
color: var(--color-main-text);
|
||||
}
|
||||
.oc-dialog .fileexists th .count {
|
||||
margin-left: 3px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue