]> git.sur5r.net Git - contagged/blobdiff - styles/design.css
fixed vcf import
[contagged] / styles / design.css
index 0f810e654c2b1ede3fac4c1a8e3019f184476941..f23a280122990a5e8a5ecc436c80cf36b437ffa8 100644 (file)
@@ -49,7 +49,7 @@ img.photo {
 
 /* forms */
 
-input, select, textarea {
+input, select, textarea, button {
     border: 1px solid #999;
     background-color: #F5F5F5;
 }
@@ -58,6 +58,11 @@ input:focus, select:focus, textarea:focus {
     border: 1px solid #06c;
 }
 
+.button {
+    background-color: #ddd;
+    cursor: pointer;
+}
+
 /* editing and other link icons */
 
 a.ed_help {