From ceb4ee6845a16ff898b8e54213e490ca6638982c Mon Sep 17 00:00:00 2001 From: lizhineng Date: Sat, 29 Jun 2013 16:25:38 +0800 Subject: Finished the basic framework --- css/wordseach.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'css/wordseach.css') 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 -- cgit v1.2.3