Changeset 187309 in webkit
- Timestamp:
- Jul 24, 2015, 12:54:02 AM (11 years ago)
- Location:
- branches/safari-601.1-branch/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Modules/mediacontrols/mediaControlsApple.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-601.1-branch/Source/WebCore/ChangeLog
r187307 r187309 1 2015-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 1 19 2015-07-24 Lucas Forschler <lforschler@apple.com> 2 20 -
branches/safari-601.1-branch/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css
r186934 r187309 57 57 -webkit-justify-content: flex-end; 58 58 -webkit-flex-direction: column; 59 font: -webkit-small-control; 59 60 white-space: nowrap; 60 61 -webkit-font-smoothing: subpixel-antialiased;
Note:
See TracChangeset
for help on using the changeset viewer.