Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Side by Side Diff: Source/core/css/mediaControlsAndroid.css

Issue 1045103002: Restore Mute button for Android media element. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2012 Google Inc. 2 * Copyright (C) 2012 Google Inc.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 24 matching lines...) Expand all
35 } 35 }
36 36
37 video::-webkit-media-controls-enclosure { 37 video::-webkit-media-controls-enclosure {
38 height: 40px; 38 height: 40px;
39 } 39 }
40 40
41 audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel { 41 audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
42 height: 35px; 42 height: 35px;
43 } 43 }
44 44
45 audio::-webkit-media-controls-mute-button, video::-webkit-media-controls-mute-bu tton {
46 display: none;
47 }
48
49 audio::-webkit-media-controls-play-button, video::-webkit-media-controls-play-bu tton { 45 audio::-webkit-media-controls-play-button, video::-webkit-media-controls-play-bu tton {
50 width: 35px; 46 width: 35px;
51 height: 35px; 47 height: 35px;
52 line-height: 35px; 48 line-height: 35px;
53 } 49 }
54 50
55 audio::-webkit-media-controls-current-time-display, video::-webkit-media-control s-current-time-display, 51 audio::-webkit-media-controls-current-time-display, video::-webkit-media-control s-current-time-display,
56 audio::-webkit-media-controls-time-remaining-display, video::-webkit-media-contr ols-time-remaining-display { 52 audio::-webkit-media-controls-time-remaining-display, video::-webkit-media-contr ols-time-remaining-display {
57 height: 35px; 53 height: 35px;
58 line-height: 35px; 54 line-height: 35px;
(...skipping 18 matching lines...) Expand all
77 width: 35px; 73 width: 35px;
78 height: 35px; 74 height: 35px;
79 line-height: 35px; 75 line-height: 35px;
80 } 76 }
81 77
82 video::-webkit-media-controls-toggle-closed-captions-button { 78 video::-webkit-media-controls-toggle-closed-captions-button {
83 width: 35px; 79 width: 35px;
84 height: 35px; 80 height: 35px;
85 line-height: 35px; 81 line-height: 35px;
86 } 82 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698