Created
December 7, 2017 09:32
-
-
Save robhob/ecf1b32432ef5f40dafa7fee7864658d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
video::-internal-media-controls-download-button { | |
display:none; | |
} | |
video::-webkit-media-controls-enclosure { | |
overflow:hidden; | |
} | |
video::-webkit-media-controls-panel { | |
width: calc(100% + 30px); /* Adjust if necessary */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment