aggiunto bottone di help
[brisk.git] / web / room.css
index d83d559..2abb2a7 100644 (file)
@@ -214,3 +214,27 @@ img.nobo {
     opacity: 0.90;  
 }
 
+input.button {
+  border: 1px solid gray;  
+  color: Black;
+  background-color: RGB(246,246,246);
+  vertical-align: middle;
+  text-decoration:none;
+  font-size: 100%;
+  cursor: pointer;
+  height: 20px ! important;
+  max-height: 20px ! important;
+  min-height: 20px ! important;
+  margin: 1px;
+  display: inline;
+}
+
+input.button:hover {
+  background-color: white;
+}
+
+input.button:active {
+  background-color: RGB(255,255,153);
+}
+
+