diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-12-16 05:44:29 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-12-16 05:44:29 +0000 |
commit | 7364bc1606063e03972f35bedb65b1528840ce96 (patch) | |
tree | ed32a620c3a9152787dfb998ef0f266086748239 /themes/dark/theme.css | |
parent | e97974a42e64ee43d95cef258d65d9b022929dbe (diff) |
css sprites for all themes
git-svn-id: http://piwigo.org/svn/trunk@8161 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/dark/theme.css')
-rw-r--r-- | themes/dark/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/dark/theme.css b/themes/dark/theme.css index c52d69767..b21c6e8b3 100644 --- a/themes/dark/theme.css +++ b/themes/dark/theme.css @@ -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); } |