diff options
Diffstat (limited to '')
-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); } |