X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fapplication.scss;h=cdb4865577c4262d86236de4ac96150440ab7c2e;hb=cf02fbfb17f9e04312f771f245778d31bc1b69d2;hp=b3bdffe5055150f15954aafc95fa4e2edf9df0ec;hpb=21496304370d6e84329091ccf5388c57bad67785;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index b3bdffe50..cdb486557 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -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);