cambios camacho v1
[VSoRC/.git] / styles / starter.css
index bec7a31f27bccaee79ca8e83f5fa5d718f366501..23b0a26e63f6d433b2d95be3c494e4f5b94e3c2f 100644 (file)
@@ -19,7 +19,7 @@ footer {
   border: 1px #AA55AA dashed;
 }
 .text{
-  width: 80%
+  width: 100%
 }
 .buttons {
 
@@ -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;
@@ -55,3 +59,14 @@ textarea {
   border: 0;
   border-right: 2px black solid;
 }
+#vsorccommand {
+  width: 83%;
+  height: 2em;
+
+}
+#raspberrys{
+  height: 19em;
+}
+#controllerout{
+  height: 23em;
+}