X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-forms%2Ftimestamp-input.component.scss;h=36f5711a61fe2db11f926668514cee4178bb3821;hb=e2e0b645cdac3c705b1988fbb0eff723ad5e885d;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..36f5711a6 100644 --- a/client/src/app/shared/shared-forms/timestamp-input.component.scss +++ b/client/src/app/shared/shared-forms/timestamp-input.component.scss @@ -4,12 +4,16 @@ p-inputmask { ::ng-deep input { width: 80px; font-size: 15px; - - border: none; + border: 0; &:focus-within, &:focus { box-shadow: #{$focus-box-shadow-form} pvar(--mainColorLightest); } + + &:disabled { + background: pvar(--mainBackgroundColor); + opacity: 0.5; + } } }