Browse Source

made doorbell email text visible - closes #36

Akira Laine 9 years ago
parent
commit
585e122b5e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      app/client/app.css

+ 4 - 0
app/client/app.css

@@ -1402,4 +1402,8 @@ nav form input[type="image"]{
     height: 40px;*/
     margin-right: 5px;
     float: left;
+}
+
+#doorbell-email{
+    color: black;
 }