diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-11-20 16:09:38 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-11-21 22:09:45 +0100 |
commit | cf02fbfb17f9e04312f771f245778d31bc1b69d2 (patch) | |
tree | ffffcc63bb328be864a1f0b7ffd6a70448afc9a0 /client/src/sass | |
parent | 900f0d2b3cc5035568ffa0853101a12c6abcffdc (diff) | |
download | PeerTube-cf02fbfb17f9e04312f771f245778d31bc1b69d2.tar.gz PeerTube-cf02fbfb17f9e04312f771f245778d31bc1b69d2.tar.zst PeerTube-cf02fbfb17f9e04312f771f245778d31bc1b69d2.zip |
Client: move video watch modals in their own component
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/application.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index f0526e84f..cdb486557 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -50,6 +50,10 @@ menu { | |||
50 | display: none !important; | 50 | display: none !important; |
51 | } | 51 | } |
52 | 52 | ||
53 | input.readonly { | ||
54 | /* Force blank on readonly inputs */ | ||
55 | background-color: #fff !important; | ||
56 | } | ||
53 | 57 | ||
54 | footer { | 58 | footer { |
55 | border-top: 1px solid rgba(0, 0, 0, 0.2); | 59 | border-top: 1px solid rgba(0, 0, 0, 0.2); |