| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/themes/Malibu/styles/system/ |
Upload File : |
/* Header Search
========================================================================== */
#header {
.navbar-search {
.search-input {
font-size: 14px;
font-weight: 200;
color: #fff;
padding-left: 15px;
padding-right: 25px;
height: 34px;
border-radius: 17px;
border: 2px solid #fff;
background-color: transparent;
z-index: 1;
&::placeholder {
color: #ccc;
opacity: 1;
}
&:focus {
background-color: #fff;
color: #000;
@include box-shadow(none);
}
}
.search-input {
background-color: #fff;
color: $text-color;
}
[type="submit"] {
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 50px;
background: transparent;
border-width: 0;
z-index: 2;
height: 34px;
line-height: 34px;
padding: 6px 15px;
background-color: $gx-brand-secondary;
@include border-right-radius(17px);
svg {
fill: #fff;
width: 18px;
height: 18px;
}
}
.header {
display: none;
}
}
}
// search
.navbar-search .search-result-container.open {
margin-top: 10px;
border-radius: 17px;
}