css/playscreen.css
changeset 9 5b743d461f99
parent 7 a2d5b669f663
child 11 9833f3e24105
--- a/css/playscreen.css	Tue Mar 12 17:44:31 2013 +0100
+++ b/css/playscreen.css	Tue Mar 19 12:25:46 2013 +0100
@@ -114,8 +114,12 @@
 .play-tagcloud li {
 	float: left; width: 98px; height: 10px;
 	line-height: 10px;
-    text-align: center;
-}    
+    text-align: center; cursor: pointer;
+}
+
+.play-tagcloud li.selected {
+	background: #FFFF00; color: #000000;
+}
 
 .play-tagcloud li:nth-child(3n+2) {
 	margin-top: 5px;