add live graph to shure plugin

This commit is contained in:
sparks-alec
2023-06-12 20:05:46 -04:00
parent 99af6e9093
commit 8ef1ba9bcf
4 changed files with 67 additions and 11 deletions
+23 -1
View File
@@ -72,7 +72,7 @@ table td {
border-radius: 2px;
}
.batt-knob.green {
background-color: greenyellow;
background-color: #adff2f;
}
.batt-bar {
height: 26px;
@@ -99,3 +99,25 @@ small {
small small {
color: #444;
}
.rf-graph {
height: 80px;
vertical-align: bottom;
text-align: left;
}
.rf-graph-bar {
padding: 0px;
margin: 0px;
width: 1px;
height: 1px;
background: #383943;
display: inline-block;
}
.color-1 {
background: #292662;
border-top: #554ed4 1px solid;
}
.color-2 {
background: #283636;
border-top: #50c3c3 1px solid;
}