summaryrefslogtreecommitdiff
path: root/css/wordseach.css
diff options
context:
space:
mode:
authorlizhineng <[email protected]>2013-06-29 16:25:38 +0800
committerlizhineng <[email protected]>2013-06-29 16:25:38 +0800
commitceb4ee6845a16ff898b8e54213e490ca6638982c (patch)
treec469949235705335db4cdfcc3fe2dd46d57f57ca /css/wordseach.css
parent45f3be5425870f9b4cf9a60f2f950fa3dd7807ef (diff)
downloadword-search-game-ceb4ee6845a16ff898b8e54213e490ca6638982c.tar.gz
word-search-game-ceb4ee6845a16ff898b8e54213e490ca6638982c.zip
Finished the basic framework
Diffstat (limited to 'css/wordseach.css')
-rw-r--r--css/wordseach.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/css/wordseach.css b/css/wordseach.css
index 0c26836..4f13702 100644
--- a/css/wordseach.css
+++ b/css/wordseach.css
@@ -19,6 +19,10 @@
cursor: pointer;
}
-.ws-selected {
+.ws-col.ws-selected {
background: #eee;
}
+
+.ws-found {
+ background: yellow;
+} \ No newline at end of file