mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Applied theme styles to log output
This commit is contained in:
parent
8d1370e2fd
commit
19a32f53ba
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 New Issue
Block a user