diff options
author | flop25 <flop25@piwigo.org> | 2012-04-05 13:05:34 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2012-04-05 13:05:34 +0000 |
commit | d6b8fc5a14aa793ca88c2076a713685420f30132 (patch) | |
tree | 4e74d697a84841491941b8125968966f840618fe /themes/default | |
parent | 426e7ee8e753abf5a9ef5f56255526e0602caab5 (diff) |
display the cursor as a pointer for new icons which don't have href due to the use of js
git-svn-id: http://piwigo.org/svn/trunk@13918 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/iconset.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/iconset.css b/themes/default/iconset.css index 9a7bd464a..3fd5fc22d 100644 --- a/themes/default/iconset.css +++ b/themes/default/iconset.css @@ -15,6 +15,7 @@ .pwg-button { display: inline-block; vertical-align: top; + cursor:pointer; } .pwg-icon-home {background-position: -26px 0} |