Applied style to webconsole

This commit is contained in:
billz 2017-11-05 17:57:00 +00:00
parent af9f997eb0
commit 0a57cd8001
1 changed files with 16 additions and 0 deletions

16
dist/css/terminal.css vendored
View File

@ -225,3 +225,19 @@ input[type="text"]{
background-color: #000;
border-color: #33ff00;
}
.webconsole {
width: 100%;
height: 100%;
border: 1px solid;
border-color: #33ff00;
}
#console {
height: 500px;
}
.systemtabcontent {
height: 100%;
min-height: 500px;
}