X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fheader%2Fheader.component.scss;h=2bbde74bc7d2dbe659f2e5559915726ad0b7eff4;hb=7cd1b12c19d0589d1d692ed0571ca0800f028aea;hp=cdc457b963ebdd06d47c913a25d89b95b46b5f5f;hpb=457bb213b273a9b206cc5654eb085cede4e916ad;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/header/header.component.scss b/client/src/app/header/header.component.scss index cdc457b96..2bbde74bc 100644 --- a/client/src/app/header/header.component.scss +++ b/client/src/app/header/header.component.scss @@ -6,6 +6,17 @@ padding-left: 10px; margin-right: 15px; padding-right: 40px; // For the search icon + font-size: 14px; + + transition: box-shadow .3s ease; + + /* light border style */ + border: 1px solid var(--mainBackgroundColor); + box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 20px 0px; + + &:focus { + box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 20px 0px; + } &::placeholder { color: var(--inputPlaceholderColor); @@ -42,6 +53,7 @@ @include orange-button; @include button-with-icon(22px, 3px, -1px); + color: var(--mainBackgroundColor) !important; margin-right: 25px; @media screen and (max-width: 800px) {