diff options
| author | lizhineng <[email protected]> | 2013-06-29 16:25:38 +0800 |
|---|---|---|
| committer | lizhineng <[email protected]> | 2013-06-29 16:25:38 +0800 |
| commit | ceb4ee6845a16ff898b8e54213e490ca6638982c (patch) | |
| tree | c469949235705335db4cdfcc3fe2dd46d57f57ca /css/wordseach.css | |
| parent | 45f3be5425870f9b4cf9a60f2f950fa3dd7807ef (diff) | |
| download | word-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.css | 6 |
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 |
