mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
narrow the line selector
This commit is contained in:
parent
32b3c532c9
commit
a0cf5463bc
1 changed files with 5 additions and 5 deletions
|
@ -58,16 +58,16 @@
|
||||||
stroke-width: 1px;
|
stroke-width: 1px;
|
||||||
shape-rendering: crispEdges;
|
shape-rendering: crispEdges;
|
||||||
}
|
}
|
||||||
.tab-sensors .line {
|
|
||||||
stroke-width: 2px;
|
|
||||||
fill: none;
|
|
||||||
}
|
|
||||||
.tab-sensors .grid path {
|
.tab-sensors .grid path {
|
||||||
stroke-width: 0;
|
stroke-width: 0;
|
||||||
}
|
}
|
||||||
|
.tab-sensors .data .line {
|
||||||
|
stroke-width: 2px;
|
||||||
|
fill: none;
|
||||||
|
}
|
||||||
.tab-sensors .axis path, .tab-sensors .axis line {
|
.tab-sensors .axis path, .tab-sensors .axis line {
|
||||||
fill: none;
|
fill: none;
|
||||||
stroke: #000;
|
stroke: #000000;
|
||||||
stroke-width: 1px;
|
stroke-width: 1px;
|
||||||
shape-rendering: crispEdges;
|
shape-rendering: crispEdges;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue