diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-12-17 06:32:32 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-12-17 06:32:32 +0000 |
commit | fce588a2eb746b04531ebbd2fd9a8ef208b4f852 (patch) | |
tree | ed1d5fa9d55ab5011226508e00ae15f6e49db44f /themes/default/theme.css | |
parent | cfd6851c109965e9dab9333f8f41ecf65e64decf (diff) |
fix icon bottom border
git-svn-id: http://piwigo.org/svn/trunk@8169 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/theme.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css index 336217308..3c5f22998 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -448,6 +448,9 @@ A { A:hover { border-bottom: 1px solid #858460; } +A.pwg-state-default:hover { + border-bottom: 0; /*reset above for icons*/ +} IMG { border: 0; |