Problem/Motivation

mac_os_x.css contains overqualified selectors that override jquery ui styling in style.css, particularly the media browser.

Proposed resolution

Reduce selector specificity in mac_os_x.css

Remaining tasks

  1. Write a patch
  2. Review

User interface changes

The media browser has readable table headers

API changes

None

Data model changes

None

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

idebr created an issue. See original summary.

idebr’s picture

Status: Active » Needs review
FileSize
2.4 KB

Attached patch reduces the specificity of the selectors in mac_os_x.css skin.

ANDiTKO’s picture

Status: Needs review » Fixed
ANDiTKO’s picture

Status: Fixed » Closed (fixed)

Thank you very much! Committed to the latest dev version.

idebr’s picture

Hey ANDiTKO,

It seems this patch is not yet available in the latest dev release. Can you check if you pushed this patch to the drupal.org git remote?