mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 15:10:22 +00:00
Applied style to webconsole
This commit is contained in:
parent
af9f997eb0
commit
0a57cd8001
1 changed files with 16 additions and 0 deletions
16
dist/css/terminal.css
vendored
16
dist/css/terminal.css
vendored
|
@ -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…
Reference in a new issue