Changeset 183687 in webkit


Ignore:
Timestamp:
May 1, 2015 1:11:02 PM (9 years ago)
Author:
roger_fong@apple.com
Message:

Media control volume slider is opaque.
https://bugs.webkit.org/show_bug.cgi?id=144470.
<rdar://problem/20770350>

Rubberstamped by Simon Fraser.

  • Modules/mediacontrols/mediaControlsApple.css:

(audio::-webkit-media-controls-panel):
Don't create a stacking context just for the controls.
Doing so causes the mix-blend-mode on the volume box to fail.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r183683 r183687  
     12015-05-01  Roger Fong  <roger_fong@apple.com>
     2
     3        Media control volume slider is opaque.
     4        https://bugs.webkit.org/show_bug.cgi?id=144470.
     5        <rdar://problem/20770350>
     6
     7        Rubberstamped by Simon Fraser.
     8
     9        * Modules/mediacontrols/mediaControlsApple.css:
     10        (audio::-webkit-media-controls-panel):
     11        Don't create a stacking context just for the controls.
     12        Doing so causes the mix-blend-mode on the volume box to fail.
     13
    1142015-05-01  Joanmarie Diggs  <jdiggs@igalia.com>
    215
  • trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css

    r183662 r183687  
    7272    box-sizing: border-box;
    7373    position: relative;
    74     z-index: 0;
    7574    bottom: 0;
    7675    width: 100%;
Note: See TracChangeset for help on using the changeset viewer.