Commit 0c12563968fe579a37285b477ca2b7ecfa5e2bd0
1 parent
10917d93
Exists in
master
and in
2 other branches
add missing icons
Showing
3 changed files
with
1 additions
and
0 deletions
Show diff stats
1022 Bytes
558 Bytes
style.css
... | ... | @@ -33,6 +33,7 @@ |
33 | 33 | .icon-clone { background-image: url(outras/16x16/actions/clone.png) } |
34 | 34 | .icon-edit { background-image: url(outras/16x16/apps/text-editor.png) } |
35 | 35 | .icon-home { background-image: url(outras/16x16/actions/go-home.gif) } |
36 | +.icon-home-not { background-image: url(outras/16x16/actions/off-home.png) } | |
36 | 37 | .icon-new, |
37 | 38 | .icon-suggest { background-image: url(outras/16x16/actions/filenew.gif) } |
38 | 39 | .icon-close { background-image: url(outras/16x16/actions/gtk-cancel.gif) } | ... | ... |