Applied style to webconsole

pull/4/head
billz 7 years ago
parent af9f997eb0
commit 0a57cd8001

@ -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;
}

Loading…
Cancel
Save