Commit be54a86865edbb42d68461ec8d14fa041b6ec6a8
1 parent
6dc0bde8
Exists in
master
and in
2 other branches
updating theme
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
style.css
... | ... | @@ -132,7 +132,8 @@ |
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) } | |
135 | +.icon-set-admin-role { background-image: url(outras/16x16/actions/add.gif) } | |
136 | +.icon-reset-admin-role { background-image: url(outras/16x16/apps/user.png) } | |
136 | 137 | .icon-activate-user { background-image: url(Tango/16x16/emblems/emblem-system.gif) } |
137 | 138 | .icon-deactivate-user { background-image: url(outras/16x16/emblems/emblem-unreadable.png) } |
138 | 139 | ... | ... |