update TODO
[westcastle.git] / css / index.css
index ece613b..6f0544d 100644 (file)
@@ -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 {