From 0ab3e6589e9dec963d97d81c52521589fea9f4df Mon Sep 17 00:00:00 2001 From: ntr Date: Thu, 16 May 2019 19:09:56 +1000 Subject: [PATCH] broken --- client/instance.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }