1
0
Mirror von https://github.com/nextcloud/server.git synchronisiert 2024-07-23 04:49:51 +02:00

Fix dark theme in file exists dialog

Signed-off-by: szaimen <szaimen@e.mail.de>
Dieser Commit ist enthalten in:
szaimen 2021-07-21 23:57:00 +02:00
Ursprung b47b3d8a85
Commit bf4f91bcd1

Datei anzeigen

@ -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;