mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Update unstyled elements
This commit is contained in:
parent
a00f1be009
commit
97efe3a516
18
dist/css/terminal.css
vendored
18
dist/css/terminal.css
vendored
@ -125,6 +125,12 @@ hr {
|
|||||||
border-bottom: 1px solid #33ff00;
|
border-bottom: 1px solid #33ff00;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-default.active, .btn-default.active:focus, .btn-default.active:hover {
|
||||||
|
color: #33ff00;
|
||||||
|
background-color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.btn-primary.btn-outline,.btn-warning,.btn-default,.btn-danger {
|
.btn-primary.btn-outline,.btn-warning,.btn-default,.btn-danger {
|
||||||
color: #33ff00;
|
color: #33ff00;
|
||||||
border-color: #33ff00;
|
border-color: #33ff00;
|
||||||
@ -281,3 +287,15 @@ tspan, rect {
|
|||||||
path {
|
path {
|
||||||
stroke: #33ff00;
|
stroke: #33ff00;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span.service-status-running {
|
||||||
|
color: #000;
|
||||||
|
font-size: 10pt;
|
||||||
|
text-transform: uppercase;
|
||||||
|
line-height: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
background-color: #000;
|
||||||
|
border: #000;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user