WIP, to be cleaned and merged
This commit is contained in:
parent
314adbeb1d
commit
d1e3152a83
30 changed files with 1498 additions and 248 deletions
23
ed_lrr_gui/web/static/theme.css
Normal file
23
ed_lrr_gui/web/static/theme.css
Normal file
|
@ -0,0 +1,23 @@
|
|||
body,input,select,pre {
|
||||
background-color: #222 !important;
|
||||
color: #eee;
|
||||
}
|
||||
table {
|
||||
line-height: 1;
|
||||
}
|
||||
.progress {
|
||||
background-color: #444;
|
||||
}
|
||||
.progress-bar {
|
||||
background-color: #f70;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
color: #eee !important;
|
||||
}
|
||||
|
||||
#graph {
|
||||
border: 1px solid #eee;
|
||||
width: 512px;
|
||||
height: 512px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue