refactor(ui): refine UI server selector styling
[e-mobility-charging-stations-simulator.git] / ui / web / src / views / ChargingStationsView.vue
index 094988b101d4f9df3184437e6609f022e046b994..b15ce3f5ff338645abebcda0681244d9a28a8bd2 100644 (file)
@@ -308,7 +308,7 @@ const stopSimulator = (): void => {
 }
 
 #ui-server-selector:hover {
-  background-color: lightgrey;
+  background-color: rgb(229, 229, 229);
 }
 
 #buttons-container {