X-Git-Url: https://git.auder.net/pieces/cn.svg?a=blobdiff_plain;f=css%2Findex.css;h=6f0544d98192237e5c3577463a5085f052572811;hb=HEAD;hp=ece613ba3b741249fd34996af741b1096862eda9;hpb=48bee368a286e11f1be6a80779413a91feece55c;p=westcastle.git diff --git a/css/index.css b/css/index.css index ece613b..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 { @@ -257,7 +260,18 @@ td.score { } .timeout { - color: red; + color: darkred; +} + +#timer input { + color: darkblue; + position: absolute; + display: block; + left: 0; + top: 0; + width: 100%; + height: 100%; + text-align: center; } img.close-cross {