diff options
Diffstat (limited to 'themes/elegant/theme.css')
-rw-r--r-- | themes/elegant/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/elegant/theme.css b/themes/elegant/theme.css index 32ac52d35..aa9845902 100644 --- a/themes/elegant/theme.css +++ b/themes/elegant/theme.css @@ -59,8 +59,8 @@ legend {font-style:normal;} /* icons */ -.pwg-icon { background-image: url(../default/s26/outline_808080.png);} -A:hover .pwg-icon { background-image: url(../default/s26/outline_ffffff.png);} +.pwg-icon { background-image: url(icon/icons_sprite.png);} +A:hover .pwg-icon { background-image: url(icon/icons_sprite-hover.png);} /* general rules */ |