forgeplus-react/src/forge/Newfile/editor.css

31 lines
627 B
CSS
Raw Normal View History

2022-05-25 15:26:19 +08:00
.monaco-editor .view-overlays .current-line {
border: none !important;
2022-05-25 15:26:19 +08:00
background-color: rgba(48, 232, 132, 0.15);
}
2022-05-25 15:26:19 +08:00
.monaco-editor .margin-view-overlays .current-line {
background-color: rgba(48, 232, 132, 0.15);
}
2022-05-25 15:26:19 +08:00
.branchTable .margin-view-overlays {
border-right: none !important;
background-color: #fcfcfc !important;
}
.editorBorderBox {
position: relative;
}
2022-08-10 10:07:59 +08:00
.ide-tool-bar {
2022-05-25 15:26:19 +08:00
position: absolute;
z-index: 10;
2022-08-10 10:07:59 +08:00
right: 114px;
top: -37px;
display: flex;
align-items: center;
}
.ant-switch-checked {
background-color: #466aff;
}
.read-more{
font-size: 18px;
margin:0 10px 0 15px;
color: #666;
2022-05-25 15:26:19 +08:00
}