diff --git a/client/instance.css b/client/instance.css index 8e2c1404..8827d86d 100644 --- a/client/instance.css +++ b/client/instance.css @@ -88,7 +88,7 @@ .vbox button { width: 100%; margin: 0; - background-color: whitesmoke; + background-color: #444; color: black; border-width: 0; } @@ -106,7 +106,7 @@ } .vbox-table table td:active { - background-color: whitesmoke; + background-color: #444; color: black; }