diff options
| author | john.j.camilleri <john.j.camilleri@chalmers.se> | 2012-10-26 15:00:19 +0000 |
|---|---|---|
| committer | john.j.camilleri <john.j.camilleri@chalmers.se> | 2012-10-26 15:00:19 +0000 |
| commit | 377ce1732d3f25577b8162d92787315da5701bb3 (patch) | |
| tree | 986a60a1a9d2e53ac4db1a7da3c1f3864f52d463 | |
| parent | 672584c04839a79967e46f37ab3f9c69bcaf4db7 (diff) | |
Minibar: cursor over editable words is now a "hand"
This had been bugging me for ages!
| -rw-r--r-- | src/www/minibar/minibar.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/www/minibar/minibar.css b/src/www/minibar/minibar.css index cbfc04638..4766f79f8 100644 --- a/src/www/minibar/minibar.css +++ b/src/www/minibar/minibar.css @@ -38,7 +38,8 @@ div.word, span.word, div#words div, div#words input[type=button], div#surface in div#surface span.editable, div#surface input[type=button] { color: blue; border-color: blue; - box-shadow: 2px 2px 4px rgba(0,0,255,0.5) + box-shadow: 2px 2px 4px rgba(0,0,255,0.5); + cursor: pointer; } |
