Lighter hover border
[infodrom.org/service.infodrom.org] / src / infodrom.css
index 0bc0e1f..198c7e5 100644 (file)
@@ -110,6 +110,22 @@ p.menurule {
   margin-bottom: 7px;
 }
 
+/*
+ * Formulare
+ */
+input, select {
+  border: 1px solid #aaaaaa;
+}
+input.button {
+  width: auto;
+  display: inline;
+  border: 1px solid #aaaaaa;
+}
+input.button:hover {
+  border: 1px solid #9b9b9b;
+  background-color: #bfbfbf;
+}
+
 /*
  * Footer
  */