mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Fix dark theme in file exists dialog
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
b47b3d8a85
commit
bf4f91bcd1
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