]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/application.scss
Client: move video watch modals in their own component
[github/Chocobozzz/PeerTube.git] / client / src / sass / application.scss
index b3bdffe5055150f15954aafc95fa4e2edf9df0ec..cdb4865577c4262d86236de4ac96150440ab7c2e 100644 (file)
@@ -1,3 +1,5 @@
+@import '../video.js/dist/video-js.css';
+
 body {
   padding: 20px;
 
@@ -44,6 +46,14 @@ menu {
   width: 200px;
 }
 
+[hidden] {
+  display: none !important;
+}
+
+input.readonly {
+  /* Force blank on readonly inputs */
+  background-color: #fff !important;
+}
 
 footer {
   border-top: 1px solid rgba(0, 0, 0, 0.2);