| Index: ui/file_manager/video_player/css/media_controls.css | 
| diff --git a/ui/file_manager/video_player/css/media_controls.css b/ui/file_manager/video_player/css/media_controls.css | 
| index f43dfba10f5dc89a4d3c98f873dac9a976618f9b..89e228d5e99cbc7b85d8b3c3b00cee506deb8093 100644 | 
| --- a/ui/file_manager/video_player/css/media_controls.css | 
| +++ b/ui/file_manager/video_player/css/media_controls.css | 
| @@ -13,14 +13,6 @@ | 
| width: 32px; | 
| } | 
|  | 
| -.media-button:hover { | 
| -  background-color: rgba(153, 153, 153, 0.2); | 
| -} | 
| - | 
| -.media-button:active { | 
| -  background-color: rgba(153, 153, 153, 0.4); | 
| -} | 
| - | 
| .media-button.disabled { | 
| background-color: transparent; | 
| opacity: 0.26; | 
| @@ -163,7 +155,7 @@ paper-slider.volume { | 
| url(../images/media/2x/media_fullscreen.png) 2x); | 
| } | 
|  | 
| -#video-player[fullscreen] .media-button.fullscreen { | 
| +#controls[fullscreen] .media-button.fullscreen { | 
| background-image: -webkit-image-set( | 
| url(../images/media/media_fullscreen_exit.png) 1x, | 
| url(../images/media/2x/media_fullscreen_exit.png) 2x); | 
|  |