refactor(ui): refine toggle button styling
[e-mobility-charging-stations-simulator.git] / ui / web / src / views / ChargingStationsView.vue
index f5ba1f92615e4e53a152546ae2384301e966715c..46f1c5d20d166ca5ac1038c709ad7169a1695650 100644 (file)
@@ -300,6 +300,7 @@ const stopSimulator = (): void => {
 #ui-server-container {
   display: flex;
   justify-content: center;
+  border-style: outset;
 }
 
 #ui-server-selector {
@@ -324,7 +325,6 @@ const stopSimulator = (): void => {
 }
 
 .simulator-start-button:hover {
-  color: ivory;
   background-color: rgb(0, 98, 0);
 }