summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@clearboxsystems.com.au>2013-09-05 14:35:10 +1000
committerCarlo Zancanaro <carlo@clearboxsystems.com.au>2013-09-05 14:35:10 +1000
commit04459f540bd462d979b02cb946087ce02b9bbb55 (patch)
tree317a6e1e8b1e46fd667d675058368e9ebd48be7c /style.css
parent73ff39dbdd23179728a510b30ba65a3d242b84f0 (diff)
Add a timer and restart, and lots of code cleanupHEADmaster
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/style.css b/style.css
index ed8b3d1..ed13834 100644
--- a/style.css
+++ b/style.css
@@ -20,10 +20,12 @@ ul li {
padding: 4px;
border: 1px solid #000;
margin-top: -1px;
- cursor: pointer;
background: white;
}
-ul li:hover {
+ul.playing li {
+ cursor: pointer;
+}
+ul.playing li:hover {
background: gray;
}
ul li:first-child, ul li.ui-sortable-helper {
@@ -44,4 +46,8 @@ ul li:first-child, ul li.ui-sortable-helper {
}
#target.success li {
background: green;
+}
+
+#go-button {
+ text-align: center;
} \ No newline at end of file