From f151100f2dd12d19dff65793da410c360e130db6 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sun, 12 Sep 2010 00:33:06 +0200 Subject: [PATCH] Improved the mouse cursor for the add button. --- public/plemp.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/plemp.css b/public/plemp.css index b1e17fd..9ba7374 100644 --- a/public/plemp.css +++ b/public/plemp.css @@ -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 {