Skip to content

Commit 99d1688

Browse files
author
David Buezas
committed
prettier reset button
1 parent 3572cbf commit 99d1688

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/plotly-graph-card.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,13 @@ export class PlotlyGraph extends HTMLElement {
6565
}
6666
button#reset {
6767
position: absolute;
68-
top: 15px;
69-
left: 15px;
7068
display: block;
69+
top: 13px;
70+
left: 15px;
71+
height: 19px;
72+
color: rgb(68, 68, 68);
73+
fill: rgb(238, 238, 238);
74+
border: 0px;
7175
}
7276
</style>
7377
<div id="plotly"> </div>

0 commit comments

Comments
 (0)