Support sts/highlight message. Support "standalone" server for Atom
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
.boot-hint .region {
|
||||
border-color: #32BA56;
|
||||
border-style: dotted;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
atom-text-editor::shadow {
|
||||
.gutter-boot-hint:before {
|
||||
content: url("atom://boot-java/styles/boot-icon.png");
|
||||
display: block;
|
||||
width: 10px;
|
||||
height: 1em;
|
||||
margin: 0 2px 0 0;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user