Fixed background color and Jill Transparency

This commit is contained in:
Kevin Rode 2021-01-03 03:16:09 -05:00 committed by GitHub
parent 1fd118385f
commit 8c9780d561
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -313,10 +313,10 @@ atom-text-editor {
atom-text-editor[mini] .scroll-view { atom-text-editor[mini] .scroll-view {
padding-left: 1px; padding-left: 1px;
} }
.item-views { .editor {
background-image: url("atom://va11halla-syntax/styles/JillTransparent.png"); background: url("atom://va11halla-syntax/styles/JillTransparent.png");
background-position: right; background-position: right;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: auto 100%; background-size: auto 100%;
background-color: #FFFFFF;
} }