X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=ui%2Fweb%2Fsrc%2Fviews%2FChargingStationsView.vue;h=8df77d92429646b638ce576b7e2df4085b22f6db;hb=229d8c3413d0b1908bfd2ea3239f1887bdb862a2;hp=a022e39818105572a428299c100538c735778e73;hpb=14ee627af194a4d3aac36cb286bc7999e9481860;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/views/ChargingStationsView.vue b/ui/web/src/views/ChargingStationsView.vue index a022e398..8df77d92 100644 --- a/ui/web/src/views/ChargingStationsView.vue +++ b/ui/web/src/views/ChargingStationsView.vue @@ -115,4 +115,10 @@ const stopSimulator = (): void => { #reload-button:active { background-color: red; } + +#action { + color: white; + background-color: black; + padding: 1%; +}