diff options
author | Chocobozzz <me@florianbigard.com> | 2021-11-02 10:01:28 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-11-02 10:01:28 +0100 |
commit | f1c861727c1d2f9eacf98821c81f0f8cdcb57317 (patch) | |
tree | b256b20ca99abd1fb439a8f9ad918ecc98a44b68 /client/src/sass | |
parent | eeae81428e933b923dc9d9b6c9ce5c9fcf0de1a7 (diff) | |
download | PeerTube-f1c861727c1d2f9eacf98821c81f0f8cdcb57317.tar.gz PeerTube-f1c861727c1d2f9eacf98821c81f0f8cdcb57317.tar.zst PeerTube-f1c861727c1d2f9eacf98821c81f0f8cdcb57317.zip |
Add ability to preview embed in share modal
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/application.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 1f8166d8a..87a21543d 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -92,7 +92,7 @@ strong { | |||
92 | font-weight: $font-semibold; | 92 | font-weight: $font-semibold; |
93 | } | 93 | } |
94 | 94 | ||
95 | input.readonly { | 95 | input[readonly] { |
96 | /* Force blank on readonly inputs */ | 96 | /* Force blank on readonly inputs */ |
97 | background-color: pvar(--inputBackgroundColor) !important; | 97 | background-color: pvar(--inputBackgroundColor) !important; |
98 | } | 98 | } |