Update unstyled elements

This commit is contained in:
billz 2019-08-08 22:07:05 +01:00
parent a00f1be009
commit 97efe3a516
1 changed files with 18 additions and 0 deletions

18
dist/css/terminal.css vendored
View File

@ -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;
}