X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fapplication.scss;h=3f6e6c8a79cfb505d18e99bbb1a2033b0fe2978e;hb=40f1ee3d9c129752f81b5c22eed321ad63ce3e50;hp=25db9167031aba793b1363362cdd280a8a674d4e;hpb=4f926722ea6784ea389013378fd233f59077ec8a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 25db91670..3f6e6c8a7 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -105,6 +105,7 @@ label { code { background-color: pvar(--greyBackgroundColor); + color: pvar(--greyForegroundColor); border-radius: 3px; padding: .2em .4em; margin: auto .4em; @@ -119,7 +120,8 @@ code { margin-top: 5px; } -.input-error { +.input-error +my-input-toggle-hidden ::ng-deep input { border-color: $red !important; } @@ -261,7 +263,7 @@ code { opacity: 0.6; &.active { - background-color: #f0f0f0; + background-color: pvar(--submenuColor); } &.active, &:hover, &:active, &:focus {