]> 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 f0526e84ff7ae471f4f4352be707d95302a9a3bb..cdb4865577c4262d86236de4ac96150440ab7c2e 100644 (file)
@@ -50,6 +50,10 @@ menu {
   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);