⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 187309 in webkit


Ignore:
Timestamp:
Jul 24, 2015, 12:54:02 AM (11 years ago)
Author:
matthew_hanson@apple.com
Message:

Merge r187144. rdar://problem/21931728

Location:
branches/safari-601.1-branch/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-601.1-branch/Source/WebCore/ChangeLog

    r187307 r187309  
     12015-07-24  Matthew Hanson  <matthew_hanson@apple.com>
     2
     3        Merge r187144. rdar://problem/21931728
     4
     5    2015-07-21  Dean Jackson  <dino@apple.com>
     6
     7            Default media controls use a serif font, which seems wrong
     8            https://bugs.webkit.org/show_bug.cgi?id=147179
     9            <rdar://problem/21931728>
     10
     11            Reviewed by Simon Fraser.
     12
     13            The captions menu (and other text) should use a system style,
     14            -webkit-small-control.
     15
     16            * Modules/mediacontrols/mediaControlsApple.css:
     17            (::-webkit-media-controls):
     18
    1192015-07-24  Lucas Forschler  <lforschler@apple.com>
    220
  • branches/safari-601.1-branch/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css

    r186934 r187309  
    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.