You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the admin stylesheet.css there is an @import call for index.css that no longer is included in 1.5.5. It "breaks" your admin page. I went in and commented out the @import call and waited for my cache to clear. It works again.
@Version$Id: stylesheet.css 19301 2011-07-28 21:50:05Z kuroi $ / @import url("menu.css");/ including stylesheet for dhtml menu /
**/@import url("index.css"); including stylesheet for index.php /* <--- this line.
a{
color:#0000ff;
text-decoration:none;
}`
The text was updated successfully, but these errors were encountered:
In the admin stylesheet.css there is an @import call for index.css that no longer is included in 1.5.5. It "breaks" your admin page. I went in and commented out the @import call and waited for my cache to clear. It works again.
`/**
/
@import url("menu.css");/ including stylesheet for dhtml menu /
**/@import url("index.css"); including stylesheet for index.php /* <--- this line.
a{
color:#0000ff;
text-decoration:none;
}`
The text was updated successfully, but these errors were encountered: