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
Activity
Cody Phillips (Inactive)
created issue -
Paul Phillips
made changes -
Field | Original Value | New Value |
---|---|---|
Security | Private [ 10000 ] |
Paul Phillips
made changes -
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 ] |
Paul Phillips
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Cody Phillips (Inactive)
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Tyson Phillips (Inactive)
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Tyson Phillips (Inactive)
made changes -
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; }