Closed (won't fix)
Project:
IMCE
Version:
7.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2012 at 21:08 UTC
Updated:
11 Jun 2012 at 06:11 UTC
We had this class defined in our theme and it broke IMCE's styling. Please use more specific CSS selectors for generically named things like 'navigation-wrapper'.
Comments
Comment #1
ufku commentedIt's used as an ID for an area in IMCE UI. Javascript depends on it.
You can simply use a parent selector to differentiate yours. All IMCE elements, for, example, can be differentiated by using body.imce selector{}
Comment #2
romenov commentedI actually just experienced the same issue .. Would it not be an option to just not load the current theme CSS in the pop up .. ?