This commit is contained in:
ntr 2019-05-16 19:09:56 +10:00
parent 3ab66d75d2
commit 0ab3e6589e

View File

@ -88,7 +88,7 @@
.vbox button { .vbox button {
width: 100%; width: 100%;
margin: 0; margin: 0;
background-color: whitesmoke; background-color: #444;
color: black; color: black;
border-width: 0; border-width: 0;
} }
@ -106,7 +106,7 @@
} }
.vbox-table table td:active { .vbox-table table td:active {
background-color: whitesmoke; background-color: #444;
color: black; color: black;
} }