提交 a3be2428 编写于 作者: R rebornix

.make dnd target more distinguishable

上级 dea9dd9b
......@@ -4,14 +4,14 @@
*--------------------------------------------------------------------------------------------*/
.monaco-editor.vs .dnd-target {
border-right: 1px dotted black;
border-right: 2px dotted black;
color: white; /* opposite of black */
}
.monaco-editor.vs-dark .dnd-target {
border-right: 1px dotted #AEAFAD;
border-right: 2px dotted #AEAFAD;
color: #51504f; /* opposite of #AEAFAD */
}
.monaco-editor.hc-black .dnd-target {
border-right: 1px dotted #fff;
border-right: 2px dotted #fff;
color: #000; /* opposite of #fff */
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册