0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-06-30 22:11:23 +02:00

made the 'ok' button have a mouseover 'hand' cursor

This commit is contained in:
Adriaan Wormgoor 2013-09-18 12:06:47 +02:00
parent 82165c585b
commit f6fd05113a

View File

@ -70,4 +70,5 @@ div.content .btnOK {
height: 86px; height: 86px;
background: url('../img/buttons/btnOk_settings.png') no-repeat; background: url('../img/buttons/btnOk_settings.png') no-repeat;
margin: 0 0 0 10px; margin: 0 0 0 10px;
cursor: pointer;
} }