mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Minibar: cursor over editable words is now a "hand"
This had been bugging me for ages!
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user