X-Git-Url: https://git.auder.net/?p=westcastle.git;a=blobdiff_plain;f=css%2Findex.css;fp=css%2Findex.css;h=6f0544d98192237e5c3577463a5085f052572811;hp=3d7468bb6c8a013e157dff51c52c5f9aa00d8d91;hb=aa6ce1d05490701a05974760f1aa073729ec1b56;hpb=942ca610ac679dba7ed09c10829d38b29c09bccc diff --git a/css/index.css b/css/index.css index 3d7468b..6f0544d 100644 --- a/css/index.css +++ b/css/index.css @@ -65,7 +65,6 @@ img.logo { } .btn { - background-color: #3498db; background-image: linear-gradient(to bottom, #3498db, #2980b9); box-shadow: 0px 2px 3px #666666; font-family: Arial; @@ -77,7 +76,6 @@ img.logo { } .btn:hover { - background-color: #3cb0fd; background-image: linear-gradient(to bottom, #3cb0fd, #3498db); text-decoration: none; } @@ -128,6 +126,11 @@ button.cancel:hover { background-image: linear-gradient(to bottom, #fc433c, #d93434); } +button:disabled, button:disabled:hover { + background-image: linear-gradient(to bottom, #aaa, #777); + cursor: default; +} + /* players div */ #players {