X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-forms%2Ftimestamp-input.component.scss;h=66e9aa032409c9360affac1396fa1fa6f53d3233;hb=60c35932f6a14cfe83bb0e54407427cce70171ea;hp=8092b095bd72d646c09fa0783da12e5987e55234;hpb=67ed6552b831df66713bac9e672738796128d33f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-forms/timestamp-input.component.scss b/client/src/app/shared/shared-forms/timestamp-input.component.scss index 8092b095b..66e9aa032 100644 --- a/client/src/app/shared/shared-forms/timestamp-input.component.scss +++ b/client/src/app/shared/shared-forms/timestamp-input.component.scss @@ -11,5 +11,10 @@ p-inputmask { &:focus { box-shadow: #{$focus-box-shadow-form} pvar(--mainColorLightest); } + + &:disabled { + background: pvar(--mainBackgroundColor); + opacity: 0.5; + } } }