1
0
forked from GitHub/gf-core

Minibar: cursor over editable words is now a "hand"

This had been bugging me for ages!
This commit is contained in:
john.j.camilleri
2012-10-26 15:00:19 +00:00
parent 2013ee4e36
commit bcabfbc72e

View File

@@ -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;
}