]> git.0d.be Git - nanofun.git/blobdiff - nanofun.css
add indicators for devices
[nanofun.git] / nanofun.css
index 99c357ec2255cc89ad1aa2f687fd39520bd000b1..ea67cf559dc3447a3ab07f2fd0e5b9dd71f8969c 100644 (file)
@@ -84,3 +84,18 @@ 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;
+}