Commit 6502af5cfce5d7ebfeb8e156c78412cbdbe016e3
1 parent
0c125639
Exists in
master
and in
2 other branches
update icon theme
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
style.css
... | ... | @@ -37,8 +37,8 @@ |
37 | 37 | .icon-new, |
38 | 38 | .icon-suggest { background-image: url(outras/16x16/actions/filenew.gif) } |
39 | 39 | .icon-close { background-image: url(outras/16x16/actions/gtk-cancel.gif) } |
40 | -.icon-newfolder { background-image: url(outras/16x16/actions/folder-new.gif) } | |
41 | -.icon-folder { background-image: url(outras/16x16/places/folder.png) } | |
40 | +.icon-newfolder, | |
41 | +.icon-folder { background-image: url(outras/16x16/actions/folder-new.gif) } | |
42 | 42 | .icon-parent-folder { background-image: url(outras/16x16/places/folder_home.png) } |
43 | 43 | .icon-newblog { background-image: url(outras/16x16/apps/text-editor.png) } |
44 | 44 | .icon-blog { background-image: url(outras/16x16/apps/text-editor.png) } |
... | ... | @@ -54,7 +54,7 @@ |
54 | 54 | .icon-back { background-image: url(outras/16x16/actions/back.gif) } |
55 | 55 | .icon-next { background-image: url(outras/16x16/actions/go-next.gif) } |
56 | 56 | .icon-add { background-image: url(outras/16x16/actions/add.gif) } |
57 | -.icon-remove { background-image: url(outras/16x16/actions/gtk-remove.png) } | |
57 | +.icon-remove { background-image: url(outras/16x16/places/user-trash.gif) } | |
58 | 58 | .icon-more { background-image: url(outras/16x16/actions/add.gif) } |
59 | 59 | .icon-up { background-image: url(outras/16x16/actions/go-up.gif) } |
60 | 60 | .icon-down { background-image: url(outras/16x16/actions/go-down.gif) } | ... | ... |