aggiunto button:active e schiariti un po' i bottoni base
[brisk.git] / web / room.css
index cda2a5c..2abb2a7 100644 (file)
@@ -217,7 +217,7 @@ img.nobo {
 input.button {
   border: 1px solid gray;  
   color: Black;
-  background-color: white;
+  background-color: RGB(246,246,246);
   vertical-align: middle;
   text-decoration:none;
   font-size: 100%;
@@ -229,4 +229,12 @@ input.button {
   display: inline;
 }
 
+input.button:hover {
+  background-color: white;
+}
+
+input.button:active {
+  background-color: RGB(255,255,153);
+}
+