Index: branches/5.2.x/core/install/incs/style.css =================================================================== diff -u -N -r14244 -r15315 --- branches/5.2.x/core/install/incs/style.css (.../style.css) (revision 14244) +++ branches/5.2.x/core/install/incs/style.css (.../style.css) (revision 15315) @@ -206,3 +206,21 @@ font-style: normal; font-family: Arial, Helvetica, sans-serif; } + +/* === Copy from "toolbar-sprite.css" === */ +.core-toolbar-sprite { + background: url("../../admin_templates/img/toolbar/toolbar-sprite.png") repeat-x scroll 0 0 transparent; + border: 0 none; + cursor: pointer; + padding: 0; +} + +#core-tb-refresh { background-position: -0px -896px; } +#core-tb-refresh.hover { background-position: -32px -896px; } +#core-tb-refresh.disabled { background-position: -64px -896px; } +#core-tb-prev { background-position: -0px -704px; } +#core-tb-prev.hover { background-position: -32px -704px; } +#core-tb-prev.disabled { background-position: -64px -704px; } +#core-tb-next { background-position: -0px -640px; } +#core-tb-next.hover { background-position: -32px -640px; } +#core-tb-next.disabled { background-position: -64px -640px; } \ No newline at end of file