For reference the entire bar can be recreated independently by: ```css #xxx { height: 24px; max-height: 24px; background-color: #000089; background-image: linear-gradient(to bottom, #000089 0%, #000089 15%, #30309f 99%, #000089 100%); border-top: 1px solid rgb(159, 203, 247); border-bottom: 1px solid #000089; /* Padding for contents rules */ } ```
Bug 1904084 Comment 2 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
For reference the entire bar can be recreated independently by: ```css #xxx { height: 24px; max-height: 24px; background-color: #000089; background-image: linear-gradient(to bottom, #000089 0%, #000089 15%, #30309f 99%, #000089 100%); border-top: 1px solid rgb(159, 203, 247); border-bottom: 1px solid #000089; box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.15); /* Padding for contents rules */ } ```