Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8bdf1ab

Browse files
committedAug 1, 2022
fix upload certificate dialog background
1 parent a53feb5 commit 8bdf1ab

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
 

‎arduino-ide-extension/src/browser/style/certificate-uploader-dialog.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,10 @@
7171
width: 100%;
7272
box-sizing: border-box;
7373

74-
}
74+
}
75+
76+
/* High Contrast Theme rules */
77+
/* TODO: Remove it when the Theia version is upgraded to 1.27.0 and use Theia APIs to implement it*/
78+
.hc-black.hc-theia.theia-hc .certificate-add {
79+
background-color: var(--theia-editorWidget-background);
80+
}

0 commit comments

Comments
 (0)
Please sign in to comment.