Changeset 27834 in webkit


Ignore:
Timestamp:
Nov 15, 2007 5:21:32 PM (16 years ago)
Author:
timothy@apple.com
Message:

Reviewed by Mark Rowe and Sam.

This corrects a couple of issues in the Web Inspector where selected search results
would not have the right text color when the window is inactive or the results are focused.

  • page/inspector/inspector.css:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r27833 r27834  
     12007-11-15  Timothy Hatcher  <timothy@apple.com>
     2
     3        Reviewed by Mark Rowe and Sam.
     4
     5        This corrects a couple of issues in the Web Inspector where selected search results
     6        would not have the right text color when the window is inactive or the results are focused.
     7
     8        * page/inspector/inspector.css:
     9
    1102007-11-15  Timothy Hatcher  <timothy@apple.com>
    211
  • trunk/WebCore/page/inspector/inspector.css

    r27789 r27834  
    264264}
    265265
     266body.inactive .focused .selected .search-results-section {
     267    color: rgba(0, 0, 0, 0.5);
     268}
     269
    266270.blurred .selected .search-results-section {
    267271    color: rgba(0, 0, 0, 0.5);
     
    10371041}
    10381042
    1039 body:not(.inactive) .focused .content.tree li.selected * {
     1043body:not(.inactive) .focused .outline-disclosure li.selected * {
    10401044    color: inherit;
    10411045}
Note: See TracChangeset for help on using the changeset viewer.