提交 c3d792b8 编写于 作者: D Daniel Imms

Draw the split boundary

上级 4dbb1443
......@@ -61,6 +61,17 @@
.monaco-workbench .panel.integrated-terminal .split-view-view {
/* Make relative as terminal absolute positioning needs it deeper in the tree */
position: relative;
box-sizing: border-box;
}
.monaco-workbench .panel.integrated-terminal .split-view-view:not(:first-child) {
border-left: 1px solid rgba(0, 0, 0, 0.3);
}
.vs-dark .monaco-workbench .panel.integrated-terminal .split-view-view:not(:first-child) {
border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.hc-black .monaco-workbench .panel.integrated-terminal .split-view-view:not(:first-child) {
border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.monaco-workbench .panel.integrated-terminal.enable-ligatures {
......@@ -111,8 +122,6 @@
opacity: 0 !important;
}
/* Terminal actions */
/* Light theme */
.monaco-workbench .terminal-action.kill { background: url('kill.svg') center center no-repeat; }
.monaco-workbench .terminal-action.new { background: url('new.svg') center center no-repeat; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册