]> git.0d.be Git - nanofun.git/blobdiff - nanofun.css
increase translucence of file input widget even more
[nanofun.git] / nanofun.css
index 158fa7f3fb7c224b60fada7b088545275197b10e..3f09e580881ceee488e358d41af24e2b6e15a86c 100644 (file)
@@ -45,7 +45,7 @@ div.nanotouch input[type=file] {
   left: 0;
   width: 100%;
   height: 100%;
-  opacity: 0.01;
+  opacity: 0.001;
   margin: 0;
   cursor: pointer;
 }
@@ -75,3 +75,27 @@ div#gitclone {
   bottom: 1ex;
   right: 1ex;
 }
+
+form {
+  margin: 1em;
+}
+
+form label {
+  display: inline-block;
+  width: 10em;
+}
+
+#devices {
+  position: absolute;
+  bottom: 2em;
+  right: 1em;
+}
+
+#devices div {
+  padding: 1px 5px;
+  margin-top: 2px;
+}
+
+#devices div.on {
+  background: #6aff6a;
+}