Valentin Valchev created FELIX-3485:
---------------------------------------
Summary: ui-bg_glass_55_fbf9ee_1x400.png does not exist in
admin_compat.css
Key: FELIX-3485
URL: https://issues.apache.org/jira/browse/FELIX-3485
Project: Felix
Issue Type: Bug
Components: Web Console
Affects Versions: webconsole-3.1.8
Reporter: Valentin Valchev
Assignee: Valentin Valchev
Fix For: webconsole-3.4.2
In the CSS file http://localhost:8080/system/console/res/ui/admin_compat.css
there is a reference to
http://localhost:8080/system/console/res/ui/images/ui-bg_glass_55_fbf9ee_1x400.png.
However, this file does not persist.
Below is a code extract:
/*******************************************************************************
* The statusline class was the predecessor to the current status line setup
* using the JQuery UI statline and ui-state-highlight classes.
* This backwards compatible statusline class is configured as a copy of the
* basic theme statline/ui-state-highlight classes.
*/
div.statusline {
margin-bottom:0.5em !important;
margin-top:0.5em !important;
padding:0.2em;
background:#FBF9EE url(images/ui-bg_glass_55_fbf9ee_1x400.png) repeat-x
scroll 50% 50%;
border:1px solid #FCEFA1;
color:#363636;
}
/******************************************************************************/
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira