]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/header/header.component.scss
Add informational message at login for visitors coming from upload button
[github/Chocobozzz/PeerTube.git] / client / src / app / header / header.component.scss
index cea415d9b229001eaeeb91da515d2179caa21a2a..2bbde74bc7d2dbe659f2e5559915726ad0b7eff4 100644 (file)
@@ -8,6 +8,16 @@
   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);
   }
@@ -43,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) {