Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.0-b1
-
Fix Version/s: 4.0.0-b1
-
Component/s: Staff Interface
-
Labels:None
-
Epic Link:
Description
Remove the background gradient from all table headings globally across the staff area.
Change from:
.table .heading_row {
height: 29px;
background: #efefef url(../images/table_head_bg.gif) repeat-x 0 0;
}
To:
.table .heading_row {
height: 29px;
background-color: #f5f5f5;
}
It should look like the attached screenshot.