aboutsummaryrefslogtreecommitdiff
path: root/viewtube.css
diff options
context:
space:
mode:
authorArun Isaac2017-08-04 01:54:42 +0530
committerArun Isaac2017-08-04 01:54:42 +0530
commite7c7bf5fabccf2ad103d67d0a6ff50c13a9d946e (patch)
treea5a1a9573df03ad086be3e6608c0fe1fd49bb908 /viewtube.css
parent75f2b23b2dbfed1f4da6a3cd8a03636f95271a0b (diff)
downloadyoutube-noscript-shim-e7c7bf5fabccf2ad103d67d0a6ff50c13a9d946e.tar.gz
youtube-noscript-shim-e7c7bf5fabccf2ad103d67d0a6ff50c13a9d946e.tar.lz
youtube-noscript-shim-e7c7bf5fabccf2ad103d67d0a6ff50c13a9d946e.zip
Remove video menu from panel.
* viewtube.js (createMyPlayer): Remove function. (playMyVideo): Do not delete previously existing video elements, because there are none. * viewtube.css (video): Remove video menu styles. Fit video in player window.
Diffstat (limited to 'viewtube.css')
-rw-r--r--viewtube.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/viewtube.css b/viewtube.css
index 53e22f7..230d399 100644
--- a/viewtube.css
+++ b/viewtube.css
@@ -1,4 +1,2 @@
.hide { display: none; }
-.audio-video-only { color: #8f6b32; }
-.dash { color: #cf4913; }
-.direct-video-link { color: #00c0c0; }
+video { width: 100%; height: 100%; }