[Bug 19546] New: Improve search filter visibility

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19546

          Priority: P2
            Bug ID: 19546
          Assignee: schepers@w3.org
           Summary: Improve search filter visibility
        QA Contact: public-webplatform-bugs@w3.org
          Severity: normal
    Classification: Unclassified
                OS: MacOS X
          Reporter: stenehall@gmail.com
          Hardware: Macintosh
            Status: NEW
           Version: unspecified
         Component: skin
           Product: webplatform.org

The bullets seperating alternatives is wrongly padded and the selected
alternative isn't clearly marked.

http://d.pr/i/Cat6

Tested in Firefox, Chrome and Safari (latest versions) with the same result as
in the screenshot.

My suggested solution

.mw-search-formheader div.search-types ul li {
  list-style: none;
}

.mw-search-formheader div.search-types ul li.current {
  font-weight: bold; /* Selected in the same way as result count */
}

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 16 October 2012 08:18:56 UTC