UI tweaks

This commit is contained in:
Eugene Pankov
2018-10-22 15:44:12 +02:00
parent efee11efe2
commit 258665aaac
6 changed files with 16 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ export class HTermFrontend extends Frontend {
if (!this.initialized) {
this.init()
this.initialized = true
preferenceManager.set('background-color', 'transparent')
this.term.decorate(host)
this.htermIframe = this.term.scrollPort_.iframe_
} else {

View File

@@ -8,6 +8,7 @@ a:hover {
x-screen {
transition: 0.125s ease background;
background: transparent;
&::-webkit-scrollbar {
width: 3px;