mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Style additions for data usage UI
This commit is contained in:
parent
c0152612bf
commit
99a451a3e9
21
dist/css/terminal.css
vendored
21
dist/css/terminal.css
vendored
@ -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…
Reference in New Issue
Block a user