Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid urls in skin-xp css #1001

Closed
Kotarski opened this issue Apr 27, 2020 · 2 comments
Closed

Invalid urls in skin-xp css #1001

Kotarski opened this issue Apr 27, 2020 · 2 comments

Comments

@Kotarski
Copy link

Hi,

In the xp-skin css the icons-rtl.gif is referenced by url in two different ways:
url("../skin-xp/icons-rtl.gif");
and:
url("../icons-rtl.gif");

The second is invalid as 'icons-rtl.gif' does not exist in the parent folder, this issue appears to have crept in in "2.26.0".

It looks like @{fancy-image-prefix} needs to be used for them in the LESS.

Thanks,
Ed

@mar10
Copy link
Owner

mar10 commented Apr 29, 2020

Seems that this legacy theme is not used much ;-) I updated the LESS, without testing, hope it works in next release, thanks.

@Kotarski
Copy link
Author

Thanks for the speedy fix :)
(The reason we're using it is because the vertical depth lines are useful for deep trees but they look silly with the carets rather than the plusses)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants