creating basic gradient legend, does not use input values. Also fixed gradient function preceding 0s
This commit is contained in:
parent
6309c2531a
commit
13b9ba8afa
@ -180,8 +180,13 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.legend {
|
.legend {
|
||||||
border: 1px solid;
|
border-collapse: collapse;
|
||||||
background-color: red;
|
}
|
||||||
|
|
||||||
|
.legendcell {
|
||||||
|
width: 2px;
|
||||||
|
|
||||||
|
height: 25px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.normal {
|
.normal {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user