Commit fa5cc1b051870104abf78435dc94b1a7dcb86c2c
1 parent
f5fec14c
Exists in
master
and in
2 other branches
add missing icons
Showing
4 changed files
with
3 additions
and
0 deletions
Show diff stats
1.22 KB
709 Bytes
333 Bytes
style.css
... | ... | @@ -132,6 +132,9 @@ |
132 | 132 | .icon-alert { background-image: url(outras/16x16/status/report-abuse.png) } |
133 | 133 | .icon-clock { background-image: url(outras/16x16/actions/all-versions.png) } |
134 | 134 | |
135 | +.icon-set-admin-role { background-image: url(outras/16x16/apps/user.png) } | |
136 | +.icon-deactivate-user { background-image: url(outras/16x16/emblems/emblem-unreadable.png) } | |
137 | + | |
135 | 138 | /******************LARGE ICONS********************/ |
136 | 139 | .image-gallery-item .folder { background-image: url(outras/96x96/places/folder.png) } |
137 | 140 | .image-gallery-item .gallery { background-image: url(outras/96x96/mimetypes/image-x-generic.png) } | ... | ... |