css tweaks
This commit is contained in:
parent
3ef6e5f003
commit
250d4d9255
2 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
.ace_gutter {
|
||||
position: absolute;
|
||||
overflow-x: scroll;
|
||||
overflow-x: hidden;
|
||||
overflow-y: hidden;
|
||||
height: 100%;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,13 +10,13 @@
|
|||
|
||||
.ace-tm .ace_gutter {
|
||||
width: 50px;
|
||||
background: rgb(227, 227, 227);
|
||||
background: #e8e8e8;
|
||||
color: rgb(136, 136, 136);
|
||||
}
|
||||
|
||||
.ace-tm .ace_editor .ace_printMargin {
|
||||
width: 1px;
|
||||
background: rgb(191, 191, 191);
|
||||
background: #e8e8e8;
|
||||
}
|
||||
|
||||
.ace-tm .ace_gutter-layer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue