mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Applied style to webconsole
This commit is contained in:
16
dist/css/terminal.css
vendored
16
dist/css/terminal.css
vendored
@@ -225,3 +225,19 @@ input[type="text"]{
|
|||||||
background-color: #000;
|
background-color: #000;
|
||||||
border-color: #33ff00;
|
border-color: #33ff00;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.webconsole {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
border: 1px solid;
|
||||||
|
border-color: #33ff00;
|
||||||
|
}
|
||||||
|
|
||||||
|
#console {
|
||||||
|
height: 500px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.systemtabcontent {
|
||||||
|
height: 100%;
|
||||||
|
min-height: 500px;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user