Style additions for data usage UI

This commit is contained in:
billz 2018-09-17 11:37:19 +00:00
parent c0152612bf
commit 99a451a3e9
1 changed files with 128 additions and 109 deletions

21
dist/css/terminal.css vendored
View File

@ -187,7 +187,7 @@ span.label.label-warning {
border-radius: 0px;
}
.alert-success,.alert-warning,.alert-ifo,.alert-dismissable,.alert-danger {
.alert-success,.alert-warning,.alert-info,.alert-dismissable,.alert-danger {
color: #33ff00;
background-color: #000;
border-color: #33ff00;
@ -258,3 +258,22 @@ input[type="text"]{
height: 100%;
min-height: 500px;
}
tspan, rect {
fill: #33ff00;
}
.morris-hover.morris-default-style {
background: none;
border-radius: 0px;
border-color: #33ff00;
border: dashed 1px #33ff00;
}
.morris-hover-point {
color: #33ff00 !important;
}
path {
stroke: #33ff00;
}