diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-11-29 19:27:25 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-11-29 19:27:25 +0000 |
commit | 5fc6e5f1269655550e6c30def79ad285b49dd6ad (patch) | |
tree | bcef37b954c474cdf5cb5c6bf51ce510479e82d1 /themes/default/iconset.css | |
parent | 8ce9bc9d394a690543c98d4108d8834b45482690 (diff) |
bug 2515: a few icons are not in CSS sprite (start/stop filter are now)
also removed many icons that are not used anymore since 2.2
git-svn-id: http://piwigo.org/svn/trunk@12671 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/iconset.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/default/iconset.css b/themes/default/iconset.css index 3af5b40ba..ab53b9fd1 100644 --- a/themes/default/iconset.css +++ b/themes/default/iconset.css @@ -45,6 +45,8 @@ .pwg-icon-favorite {background-position: -78px -78px} .pwg-icon-favorite-add {background-position: -104px -78px} .pwg-icon-favorite-del {background-position: -130px -78px} +.pwg-icon-filter {background-position: -156px -78px} +.pwg-icon-filter-del {background-position: -182px -78px} .pwg-icon-camera-info {background-position: 0 -104px} .pwg-icon-representative {background-position: -26px -104px} |