Navigate to a third level menu item in the administrator interface (e.g. Content -> Articles -> Add New Article).
Flyout menu link should appear with a solid background so that the underlying part of the interface does not show through it.
Background, before hovering, is transparent and text is, depending on the location, unreadable or difficult to read.
Joomla: 3.6.2
Browser: tested on Firefox (Mac/Win), Chrome (Mac), Safari
PHP Version 5.5.14
Web Server Apache
Adding a background color to the isis template.css file is a workaround. It might also be missing a background image.
File: administrator/templates/isis/css/template.css
Either of these will do it but aren't exactly the fix:
.dropdown-menu > li > a {
background-color: #fefefe;
}
.dropdown-menu li {
background-color: #fefefe;
}
This is a screenshot submitted by one of our users.
Fixed: I just did all of the updates and the one that seems to have fixed it is updating JA T3 Framework from 2.7.1 to 2.7.3. I will test this on another site to confirm that was it.
I tried another site and upgrading JA T3 Framework from 2.7.2 to 2.7.3 resolved this issue.
Closed as not a joomla issue
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-08-11 15:16:38 |
Closed_By | ⇒ | brianteeman |
I can
not confirm this or am I misunderstanding