/* Portal overrides formerly embedded in the jQuery UI 1.8 mobile theme.
   Keep application styling separate from the unmodified upstream theme. */
.ui-icon {
    width: 18px;
    height: 18px;
    background-image: url("themes/mobile/images/icons-36-white.png");
}

.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon,
.ui-state-default .ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-active .ui-icon,
.ui-state-highlight .ui-icon,
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("themes/blitzer-1.14.2/images/ui-icons_ffffff_256x240.png");
}
