Server IP : 15.235.198.142 / Your IP : 216.73.216.149 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/limehill_LIVE/wp-content/themes/oceanwp/sass/components/header/ |
Upload File : |
#searchform-dropdown, #icon-searchform-dropdown { position: absolute; right: 0; background-color: $color-1; border-top: 3px solid $color-5; top: 100%; padding: 15px; width: 260px; @include box-shadow( 0 2px 7px rgba(0,0,0,0.1) ); visibility: hidden; @include opacity( 0 ); transition: all 0.25s ease-in-out; z-index: 10000; input { display: block; background-color: transparent; @include border-radius( 0 ); margin: 0; } } .no-top-border #searchform-dropdown, .no-top-border #icon-searchform-dropdown { border: none; } /* display search on click */ #searchform-dropdown.show, #icon-searchform-dropdown.show { visibility: visible; @include opacity( 1 ); } #icon-searchform-dropdown { width: 100%; }