From: Jérôme Benoit Date: Fri, 1 Mar 2024 23:46:00 +0000 (+0100) Subject: refactor(ui): refine UI server selector styling X-Git-Tag: v1.2.38~6 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=bad93db30828b729fa9611d849c76c3ea1965e3d;p=e-mobility-charging-stations-simulator.git refactor(ui): refine UI server selector styling Signed-off-by: Jérôme Benoit --- diff --git a/ui/web/src/views/ChargingStationsView.vue b/ui/web/src/views/ChargingStationsView.vue index 094988b1..b15ce3f5 100644 --- a/ui/web/src/views/ChargingStationsView.vue +++ b/ui/web/src/views/ChargingStationsView.vue @@ -308,7 +308,7 @@ const stopSimulator = (): void => { } #ui-server-selector:hover { - background-color: lightgrey; + background-color: rgb(229, 229, 229); } #buttons-container {