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