aggiunto button:active e schiariti un po' i bottoni base
[brisk.git] / web / brisk.css
index a3aa759..b693247 100644 (file)
@@ -536,3 +536,7 @@ input.button {
 input.button:hover {
   background-color: white;
 }
+
+input.button:active {
+  background-color: RGB(255,255,153);
+}