From 04459f540bd462d979b02cb946087ce02b9bbb55 Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Thu, 5 Sep 2013 14:35:10 +1000 Subject: Add a timer and restart, and lots of code cleanup --- style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'style.css') 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 -- cgit v1.2.3