Skip to content

Commit 02063d4

Browse files
authored
[UI] Fixes in Nord Light theme (#2687)
1 parent c82e6ca commit 02063d4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/frontend/themes.scss

+12
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,18 @@ body.nord-light {
346346
.heroicVersion:hover {
347347
color: var(--navbar-active);
348348
}
349+
.contextMenu > .MuiPaper-root {
350+
&,
351+
& > .MuiMenu-list {
352+
background-color: var(--input-background);
353+
.MuiMenuItem-root:hover {
354+
background-color: var(--navbar-accent);
355+
}
356+
}
357+
}
358+
.progressDialog.log-box {
359+
background-color: var(#dde1e7);
360+
}
349361
}
350362

351363
body.nord-light .alternative > svg {

0 commit comments

Comments
 (0)