diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-12-14 06:45:52 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-12-14 06:45:52 +0000 |
commit | 549b6e0507cce14192670645ec1f4be43aa205a7 (patch) | |
tree | 74139d2b8fa28230e5bc21dbf674c740d4b1a8d7 /themes/default/iconset.css | |
parent | 7626e48e0172ffcbdca9c14f27134b03e0e501fb (diff) |
css sprites - almost done - still to implement nice colors and hover effect for clear and sylvia
git-svn-id: http://piwigo.org/svn/trunk@8119 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/iconset.css | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/themes/default/iconset.css b/themes/default/iconset.css index 5be7cbde4..3f03d0a48 100644 --- a/themes/default/iconset.css +++ b/themes/default/iconset.css @@ -65,11 +65,9 @@ A.pwg-state-default, A.pwg-state-default:visited, A.pwg-state-default:hover { .pwg-icon-repeat-play {background-position: -156px -130px} .pwg-icon-repeat-stop {background-position: -182px -130px} +.pwg-icon-map {background-position: 0 -156px} -A.pwg-button { - border: 1px solid blue; -} -.pwg-state-default:hover { - border-color: green; +A.pwg-state-default:hover { + border: 0 !important; /*don't add bottom border on hover*/ } |