Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix dark theme in file exists dialog
Signed-off-by: szaimen <[email protected]>
  • Loading branch information
szaimen authored and backportbot[bot] committed Jul 22, 2021
commit 583cb8acf64785e40118585ecb23dd625e88688d
2 changes: 1 addition & 1 deletion apps/files/css/upload.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down