mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 15:10:22 +00:00
Applied theme styles to log output
This commit is contained in:
parent
8d1370e2fd
commit
19a32f53ba
2 changed files with 11 additions and 1 deletions
5
dist/css/hackernews.css
vendored
5
dist/css/hackernews.css
vendored
|
@ -76,3 +76,8 @@ h4 {
|
|||
width: 140px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.logoutput {
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
}
|
||||
|
|
7
dist/css/terminal.css
vendored
7
dist/css/terminal.css
vendored
|
@ -196,4 +196,9 @@ a:focus, a:hover {
|
|||
float: left;
|
||||
}
|
||||
|
||||
|
||||
.logoutput {
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
background-color: #000;
|
||||
border-color: #33ff00;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue