fix gutter for the ide
This commit is contained in:
parent
7fd6bf2e76
commit
2d0f36c868
1 changed files with 13 additions and 6 deletions
|
|
@ -11,7 +11,19 @@
|
|||
.ace-tm .ace_gutter {
|
||||
width: 50px;
|
||||
background: #e8e8e8;
|
||||
color: rgb(136, 136, 136);
|
||||
color: #333;
|
||||
font-family: Monaco, "Courier New";
|
||||
font-size: 12px;
|
||||
overflow : hidden;
|
||||
}
|
||||
|
||||
.ace-tm .ace_gutter-layer {
|
||||
right: 0px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.ace-tm .ace_gutter-layer .ace_gutter-cell {
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.ace-tm .ace_editor .ace_printMargin {
|
||||
|
|
@ -19,11 +31,6 @@
|
|||
background: #e8e8e8;
|
||||
}
|
||||
|
||||
.ace-tm .ace_gutter-layer {
|
||||
right: 10px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.ace-tm .ace_text-layer {
|
||||
cursor: text;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue