mirror of https://github.com/avecms/AVE.cms.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.3 KiB
67 lines
1.3 KiB
7 years ago
|
.CodeMirror-simplescroll-horizontal div, .CodeMirror-simplescroll-vertical div {
|
||
|
position: absolute;
|
||
|
background: #ccc;
|
||
|
-moz-box-sizing: border-box;
|
||
|
box-sizing: border-box;
|
||
|
border: 1px solid #bbb;
|
||
|
border-radius: 2px;
|
||
|
}
|
||
|
|
||
|
.CodeMirror-simplescroll-horizontal, .CodeMirror-simplescroll-vertical {
|
||
|
position: absolute;
|
||
|
z-index: 6;
|
||
|
background: #eee;
|
||
|
}
|
||
|
|
||
|
.CodeMirror-simplescroll-horizontal {
|
||
|
bottom: 0; left: 0;
|
||
|
height: 8px;
|
||
|
}
|
||
|
.CodeMirror-simplescroll-horizontal div {
|
||
|
bottom: 0;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.CodeMirror-simplescroll-vertical {
|
||
|
right: 0; top: 0;
|
||
|
width: 8px;
|
||
|
}
|
||
|
.CodeMirror-simplescroll-vertical div {
|
||
|
right: 0;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
|
||
|
.CodeMirror-overlayscroll .CodeMirror-scrollbar-filler, .CodeMirror-overlayscroll .CodeMirror-gutter-filler {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.CodeMirror-overlayscroll-horizontal div, .CodeMirror-overlayscroll-vertical div {
|
||
|
position: absolute;
|
||
|
background: #bcd;
|
||
|
border-radius: 3px;
|
||
|
}
|
||
|
|
||
|
.CodeMirror-overlayscroll-horizontal, .CodeMirror-overlayscroll-vertical {
|
||
|
position: absolute;
|
||
|
z-index: 6;
|
||
|
}
|
||
|
|
||
|
.CodeMirror-overlayscroll-horizontal {
|
||
|
bottom: 0; left: 0;
|
||
|
height: 6px;
|
||
|
}
|
||
|
.CodeMirror-overlayscroll-horizontal div {
|
||
|
bottom: 0;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.CodeMirror-overlayscroll-vertical {
|
||
|
right: 0; top: 0;
|
||
|
width: 6px;
|
||
|
}
|
||
|
.CodeMirror-overlayscroll-vertical div {
|
||
|
right: 0;
|
||
|
width: 100%;
|
||
|
}
|