Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.2.0
-
Fix Version/s: 3.2.0-b2
-
Component/s: Client Interface
-
Labels:None
Description
Need to update styles so that:
- Submenu links match primary menu link color
- Submenu horizontal divider matches primary menu horizontal divider color
Added the following bootstrap override to styles.css to most accurately reproduce the color of the uppermost horizontal line.
.dropdown-menu .divider
{ background-color: #fff; opacity: 0.1; }