onyxhub

Customer
Found more hard coded image paths.
Template: xenBase_style.css
Replace:
Code:
#QuickSearch .Popup .arrowWidget
{
    background: rgba(0, 0, 0, 0) url('styles/xenfoogle-pro/xenforo/xenforo-ui-sprite.png') no-repeat -64px 0 !important;
}

#QuickSearch .PopupOpen .arrowWidget
{
    background: rgba(0, 0, 0, 0) url('styles/xenfoogle-pro/xenforo/xenforo-ui-sprite.png') no-repeat -48px 0 !important;
}

with:
Code:
#QuickSearch .Popup .arrowWidget
{
    background: rgba(0, 0, 0, 0) url('@imagePath/xenforo/xenforo-ui-sprite.png') no-repeat -64px 0 !important;
}

#QuickSearch .PopupOpen .arrowWidget
{
    background: rgba(0, 0, 0, 0) url('@imagePath/xenforo/xenforo-ui-sprite.png') no-repeat -48px 0 !important;
}
 
And another

Code:
.Popup .arrowWidget
{
    /* circle-arrow-down */
    @property "popupArrowClosed";
    background: transparent url('styles/xenfoogle/xenforo/xenforo-ui-sprite.png') no-repeat -32px 0;
    margin-top: -2px;
    margin-left: 2px;
    display: inline-block;
    *margin-top: 0;
    vertical-align: middle;
    width: 16px;
    height: 14px;
    @property "/popupArrowClosed";
}
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back