mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Update unstyled elements
This commit is contained in:
parent
a00f1be009
commit
97efe3a516
1 changed files with 18 additions and 0 deletions
18
dist/css/terminal.css
vendored
18
dist/css/terminal.css
vendored
|
@ -125,6 +125,12 @@ hr {
|
|||
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 {
|
||||
color: #33ff00;
|
||||
border-color: #33ff00;
|
||||
|
@ -281,3 +287,15 @@ tspan, rect {
|
|||
path {
|
||||
stroke: #33ff00;
|
||||
}
|
||||
|
||||
span.service-status-running {
|
||||
color: #000;
|
||||
font-size: 10pt;
|
||||
text-transform: uppercase;
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #000;
|
||||
border: #000;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue