Add a one-pixel gutter border to the textmate theme.
This commit is contained in:
parent
71364a8497
commit
c1f3d06b91
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ define(function(require, exports, module) {
|
|||
.ace-tm .ace_gutter {\
|
||||
width: 50px;\
|
||||
background: #e8e8e8;\
|
||||
border-right: 1px solid rgb(159, 159, 159); \
|
||||
color: #333;\
|
||||
overflow : hidden;\
|
||||
}\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue