mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-20 16:20:27 +08:00
12 lines
260 B
CSS
12 lines
260 B
CSS
.CodeMirror {
|
|
border: 1px solid #eee;
|
|
height: auto !important;
|
|
}
|
|
.CodeMirror-vscrollbar {
|
|
width: 6px;
|
|
border-radius: 3px !important;
|
|
}
|
|
.CodeMirror-vscrollbar::-webkit-scrollbar-thumb {
|
|
border-radius: 2px;
|
|
}
|
|
/*# sourceMappingURL=createPopup.css.map */ |