summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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