diff --git a/css/app.css b/css/app.css index 9466d26..711ef6b 100755 --- a/css/app.css +++ b/css/app.css @@ -54,6 +54,10 @@ button { text-align: center; color: #fff; } +button:disabled { + cursor: not-allowed; + background: #b598e4; +} p { margin: 5px 0; }