Opened 14 years ago

Closed 14 years ago

#4046 closed bug (fixed)

Glass background image 404s due to CSS typo.

Reported by: kylev Owned by:
Priority: major Milestone: 1.7
Component: ui.css-framework Version: 1.6rc6
Keywords: 404 Cc:
Blocked by: Blocking:

Description

I started upgrading to 1.6rc6 from rc5 and started seeing a 404 on:

themes/base/images/bg_glass_75_dadada_1x400.png

Change r1738 missed one of the file renames on line 22, changing

images/dadada_40x100_textures_02_glass_75.png

to

images/bg_glass_75_dadada_1x400.png

when it should be

images/ui-bg_glass_75_dadada_1x400.png

(according to the existing file name.

Simply put, the .ui-state-hover line is missing "ui-" on the front of the filename. I'm calling this "major" only because it's embarrassing to have a 404.

Change History (2)

comment:1 Changed 14 years ago by kylev

If I wasn't a moron, I would have mentioned that the typo is in themes/base/ui.theme.css .

comment:2 Changed 14 years ago by paul

Resolution: fixed
Status: newclosed

Fixed in r2059, thanks!

Note: See TracTickets for help on using tickets.