Style additions for data usage UI

pull/1/head
billz 6 years ago
parent c0152612bf
commit 99a451a3e9

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

Loading…
Cancel
Save