Changeset 187144 in webkit


Ignore:
Timestamp:
Jul 21, 2015 6:39:17 PM (9 years ago)
Author:
dino@apple.com
Message:

Default media controls use a serif font, which seems wrong
https://bugs.webkit.org/show_bug.cgi?id=147179
<rdar://problem/21931728>

Reviewed by Simon Fraser.

The captions menu (and other text) should use a system style,
-webkit-small-control.

  • Modules/mediacontrols/mediaControlsApple.css:

(::-webkit-media-controls):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r187140 r187144  
     12015-07-21  Dean Jackson  <dino@apple.com>
     2
     3        Default media controls use a serif font, which seems wrong
     4        https://bugs.webkit.org/show_bug.cgi?id=147179
     5        <rdar://problem/21931728>
     6
     7        Reviewed by Simon Fraser.
     8
     9        The captions menu (and other text) should use a system style,
     10        -webkit-small-control.
     11
     12        * Modules/mediacontrols/mediaControlsApple.css:
     13        (::-webkit-media-controls):
     14
    1152015-07-21  Matthew Daiter  <mdaiter@apple.com>
    216
  • trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css

    r187110 r187144  
    5757    -webkit-justify-content: flex-end;
    5858    -webkit-flex-direction: column;
     59    font: -webkit-small-control;
    5960    white-space: nowrap;
    6061    -webkit-font-smoothing: subpixel-antialiased;
Note: See TracChangeset for help on using the changeset viewer.