X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=styles%2Fstarter.css;h=23b0a26e63f6d433b2d95be3c494e4f5b94e3c2f;hb=ea20f018c05bcc4e56b2dfa3eee30af0d6ffabf3;hp=bec7a31f27bccaee79ca8e83f5fa5d718f366501;hpb=de28a2e64b6daaf0878e132d6a949877420ac114;p=VSoRC%2F.git diff --git a/styles/starter.css b/styles/starter.css index bec7a31..23b0a26 100644 --- a/styles/starter.css +++ b/styles/starter.css @@ -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; +}