Uploaded image for project: 'Blesta Core'
  1. Blesta Core
  2. CORE-1891

Remove background gradient from all table headings in the staff area

    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

      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.

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            tyson Tyson Phillips (Inactive)
            Reporter:
            admin Paul Phillips
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              15/Sep/16

              Agile