mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Applied style to webconsole
This commit is contained in:
parent
af9f997eb0
commit
0a57cd8001
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;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user