Improved the mouse cursor for the add button.

This commit is contained in:
Paul van Tilburg 2010-09-12 00:33:06 +02:00
parent f633696e7e
commit f151100f2d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
}
#header #title { float: left; }
#header #subtitle { font-size: 57%; }
#header #add { float: right; }
#header #add { float: right; cursor: pointer; }
#header #add:hover { color: #888; }
#add_dialog {