aboutsummaryrefslogtreecommitdiffstats
path: root/themes/dark/theme.css
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-12-16 05:44:29 +0000
committerrvelices <rv-github@modusoptimus.com>2010-12-16 05:44:29 +0000
commit7364bc1606063e03972f35bedb65b1528840ce96 (patch)
treeed32a620c3a9152787dfb998ef0f266086748239 /themes/dark/theme.css
parente97974a42e64ee43d95cef258d65d9b022929dbe (diff)
css sprites for all themes
git-svn-id: http://piwigo.org/svn/trunk@8161 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--themes/dark/theme.css4
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);
}