css sprites for all themes

git-svn-id: http://piwigo.org/svn/trunk@8161 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2010-12-16 05:44:29 +00:00
parent e97974a42e
commit 7364bc1606
16 changed files with 36 additions and 27 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

+2 -2
View File
@@ -74,10 +74,10 @@ A:hover {
}
.pwg-icon {
background-image: url(images/s26_outline_ffffff.png);
background-image: url(../default/s26/outline_ffffff.png);
}
A:hover .pwg-icon {
background-image: url(images/s26_outline_ffff80.png);
background-image: url(../default/s26/outline_ffff80.png);
}