cambios camacho v1
[VSoRC/.git] / styles / starter.css
index b23c5018080e971df21d0fc17bd90b6111b44ae8..23b0a26e63f6d433b2d95be3c494e4f5b94e3c2f 100644 (file)
@@ -39,6 +39,10 @@ button {
   background-color: white;
   transition: background-color 0.3s ease-in, color 0.3s ease-in;
 }
+ button:disabled {
+  color:rgba(255,0,0, 0.3);
+  background-color: grey;
+}
 
 button:hover {
   background-color: darkgrey;
@@ -60,3 +64,9 @@ textarea {
   height: 2em;
 
 }
+#raspberrys{
+  height: 19em;
+}
+#controllerout{
+  height: 23em;
+}