Details
- 
        Type: Bug Bug
- 
        Status: Closed
- 
            Priority: Major 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
Activity
| Field | Original Value | New Value | 
|---|---|---|
| Security | Private [ 10000 ] | 
| issue.field.resolutiondate | 2014-05-01 16:06:49.0 | 2014-05-01 16:06:49.474 | 
| Remaining Estimate | 0 minutes [ 0 ] | |
| Time Spent | 10 minutes [ 600 ] | |
| Worklog Id | 10100 [ 10100 ] | 
| Status | Open [ 1 ] | Resolved [ 5 ] | 
| Resolution | Fixed [ 1 ] | 
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] | 
| Status | Reopened [ 4 ] | Resolved [ 5 ] | 
| Resolution | Fixed [ 1 ] | 
| Status | Resolved [ 5 ] | Closed [ 6 ] | 
 
                         
                
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; }