refactor(ui): refine simulator button style
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 3 Mar 2024 12:58:51 +0000 (13:58 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 3 Mar 2024 12:58:51 +0000 (13:58 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
ui/web/src/views/ChargingStationsView.vue

index 9db389a237ea6d49345ad747ad38fbcfba73d098..f5ba1f92615e4e53a152546ae2384301e966715c 100644 (file)
@@ -323,11 +323,20 @@ const stopSimulator = (): void => {
   background-color: green;
 }
 
+.simulator-start-button:hover {
+  color: ivory;
+  background-color: rgb(0, 98, 0);
+}
+
 .simulator-stop-button {
   color: ivory;
   background-color: red;
 }
 
+.simulator-stop-button:hover {
+  background-color: rgb(225, 0, 0);
+}
+
 #action-button {
   flex: none;
 }