提交 fd511047 编写于 作者: B Brad Gashler

Merge pull request #6464 from Microsoft/tyriar/6441_feedback_hc_bg

Fix feedback form styles in high contrast theme
......@@ -298,8 +298,10 @@
}
/* High Contrast Theming */
.monaco-shell .hc-black .feedback-form {
background-color: #0C141F;
.monaco-shell.hc-black .feedback-form {
background-color: #000;
outline: 2px solid #6fc3df;
outline-offset: -2px;
}
.monaco-shell.hc-black .feedback-form h2 {
......@@ -315,7 +317,7 @@
.monaco-shell.hc-black .feedback-form .content .contactus {
padding: 10px;
border: solid 1px #B4BABF;
border: solid 1px #6FC3DF;
background-color: #0C141F;
float: right;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册