| Index: chrome/browser/resources/mediaplayer.html
|
| diff --git a/chrome/browser/resources/mediaplayer.html b/chrome/browser/resources/mediaplayer.html
|
| index 008046cacadeac7125b30a938720aaaf3addcbd7..4b84c0fb3868f3cde5ad5e5a62fb99e1bad66dad 100644
|
| --- a/chrome/browser/resources/mediaplayer.html
|
| +++ b/chrome/browser/resources/mediaplayer.html
|
| @@ -121,11 +121,11 @@ body {
|
| }
|
|
|
| .soundiconhigh {
|
| - background: url('shared/images/mediaplayer_vol_high.png');
|
| + /* background: TODO(serya): Restore mediaplayer_vol_high.png after moving mediaplayer to extension. */
|
| }
|
|
|
| .soundiconmuted {
|
| - background: url('shared/images/mediaplayer_vol_mute.png');
|
| + /* background: TODO(serya): Restore mediaplayer_vol_mute.png after moving mediaplayer to extension. */
|
| }
|
|
|
| .soundiconhigh,
|
| @@ -154,13 +154,13 @@ body {
|
| }
|
|
|
| .fullscreenicon {
|
| - background: url('shared/images/mediaplayer_full_screen.png');
|
| + /* background: TODO(serya): Restore mediaplayer_full_screen.png after moving mediaplayer to extension. */
|
| background-repeat: no-repeat;
|
| background-position: 6px 8px;
|
| }
|
|
|
| .fullscreenexiticon {
|
| - background: url('shared/images/mediaplayer_full_screen_exit.png');
|
| + /* background: TODO(serya): Restore mediaplayer_full_screen_exit.png after moving mediaplayer to extension. */
|
| background-repeat: no-repeat;
|
| background-position: 6px 8px;
|
| }
|
| @@ -183,7 +183,7 @@ body {
|
| }
|
|
|
| .playicon {
|
| - background: url('shared/images/mediaplayer_play.png');
|
| + /* background: TODO(serya): Restore mediaplayer_play.png after moving mediaplayer to extension. */
|
| background-repeat: no-repeat;
|
| background-position: 9px 8px;
|
| }
|
| @@ -197,7 +197,7 @@ body {
|
| }
|
|
|
| .pauseicon {
|
| - background: url('shared/images/mediaplayer_pause.png');
|
| + /* background: Restore mediaplayer_pause.png after moving mediaplayer to extension. */
|
| background-repeat: no-repeat;
|
| background-position: 9px 8px;
|
| }
|
| @@ -210,7 +210,7 @@ body {
|
| }
|
|
|
| .previcon {
|
| - background: url('shared/images/mediaplayer_prev.png');
|
| + /* background: TODO(serya): Restore mediaplayer_prev.png after moving mediaplayer to extension. */
|
| background-repeat: no-repeat;
|
| background-position: 6px 8px;
|
| }
|
| @@ -250,7 +250,7 @@ body {
|
| }
|
|
|
| .nexticon {
|
| - background: url('shared/images/mediaplayer_next.png');
|
| + /* background: TODO(serya): Restore mediaplayer_next.png after moving mediaplayer to extension. */
|
| background-repeat: no-repeat;
|
| background-position: 6px 8px;
|
| }
|
| @@ -264,7 +264,7 @@ body {
|
| }
|
|
|
| .playlisticon {
|
| - background: url('shared/images/mediaplayer_playlist.png');
|
| + /* background: TODO(serya): Restore mediaplayer_playlist.png after moving mediaplayer to extension. */
|
| background-repeat: no-repeat;
|
| background-position: 6px 8px;
|
| }
|
|
|