Ive updated EE from 2.2.2 to 2.3.1 and everything seems to be working fine.
I went to the file manager (uploading an image in an entry) and the CSS doesn’t seem quite right - see attached - no darkened overlay, no icons.
Looking in an older EE install, there is a file, themes/cp_themes/default/css/jquery-ui-1.7.2.custom.css?v=1306412937 that is beiang loaded in that for example adds the style for the x icon that closes the JS file manager panel.
See attached to see that the x icon is not showing and the Close text is instead.
The file themes/cp_themes/default/css/jquery-ui-1.7.2.custom.css does exist in the themes folder.
Looking at the HTML source code, for the page, the line
<link rel=“stylesheet” href=“http://local.i2a.com/themes/cp_themes/default/css/jquery-ui-1.7.2.custom.css?v=1306412937” type=“text/css” media=“screen” /> is missing from around line 7.
In _shared/header.php on row 7 is:
<?=$this->view->head_link('css/jquery-ui-1.7.2.custom.css'); ?>Any thoughts?