| << Back to previous view |
[QB-3419] [QB9] Configuration description no longer is highlighed in a blue bar on the Configuration Overview
|
|
| Status: | Closed |
| Project: | QuickBuild |
| Component/s: | None |
| Affects Version/s: | 9.0.12 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Dee Frazier | Assigned To: | Robin Shen |
| Resolution: | Won't Fix | Votes: | 0 |
| Remaining Estimate: | Unknown | Time Spent: | Unknown |
| Original Estimate: | Unknown | ||
| Description |
|
impact: low, visual
Experienced: The description that can be specified used to display in a blue highlighted bar. On the latest version of qb9, that is no longer the case. The description is displayed as text at the top of the screen. Expected: The description should be displayed in a blue box at the top of the page on the Configuration Overview. This can easily be reproed by examining the built in configurations on a fresh qb install. Example: QB 8.0.11 with blue box: https://i.imgur.com/2jY0APe.png QB 9.0.12 without blue box and just plain text: https://i.imgur.com/Gls8dno.png |
| Comments |
| Comment by Robin Shen [ 13/Jul/19 01:13 AM ] |
|
The border can now be customized. All configurations migrated from previous versions will still have blue border. For new configurations, one can add below code to have blue border:
<div style="background:#CAE3FC; border: 2px solid #66AAEE; padding:0.8em; margin-bottom:1em; border-radius:4px;">some description here</div> |
| Comment by Dee Frazier [ 16/Jul/19 04:36 PM ] |
|
Oh excellent thank you.
Feel free to close this as Will Not Fix. |