Hi,
I have encountered this issue in edge hobo:
admin.css
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
border: 1px solid #dddddd;
background: #f6f6f6
url(image-path("jquery-ui/flick/ui-bg_highlight-soft_100_f6f6f6_1x100.png"))
50% 50% repeat-x;
font-weight: bold;
color: #0073ea; }
As you can see, the background image won't ever work since there is still
"url(image-path("
This seems not translated by sass but for now, I didn't find anything
relevant from rails community.
Do you also have this issue in your admin.css ?
front.css doesn't have this problem.
Thanks,
Arnaud.
--
You received this message because you are subscribed to the Google Groups "Hobo
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/hobousers?hl=en.