Fixed Admin Template editor_ui.css

  • Thread starter Thread starter ragtek
  • Start date Start date
R

ragtek

Guest
The link to the sprite background image in the editor_ui.css admin template is wrong.

Search for
Code:
background: url('{xen:property imagePath}/xenforo-ui-sprite.png') no-repeat -164px 0px;

replace with
Code:
background: url('{xen:property imagePath}/xenforo/xenforo-ui-sprite.png') no-repeat -164px 0px;

Because of the false path, the smiley & code image are missing from the editor
bug.webp
 
Top Bottom