diff options
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 |
