| Server IP : 14.225.204.176 / Your IP : 216.73.216.6 Web Server : nginx/1.24.0 System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64 User : root ( 0) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/php/harmoniegolfpark.com/assets/sass/ |
Upload File : |
/*!
* jQuery UI Selectmenu 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/selectmenu/#theming
*/
.ui-selectmenu-menu {
padding: 0;
margin: 0;
position: absolute;
top: 0;
left: 0;
display: none;
box-shadow: 0 0 5px rgba($color-black, 0.3);
}
.ui-selectmenu-menu .ui-menu {
overflow: auto;
/* Support: IE7 */
overflow-x: hidden;
padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
font-size: 1em;
font-weight: bold;
line-height: 1.5;
padding: 2px 0.4em;
margin: 0.5em 0 0 0;
height: auto;
border: 0;
}
.ui-selectmenu-open {
display: block;
z-index: 99999;
}
.ui-selectmenu-button {
display: block;
overflow: hidden;
position: relative;
text-decoration: none;
cursor: pointer;
border: solid 1px $color-gray-ccc;
width: 100% !important;
&:focus,
&:hover {
outline: 0 none;
}
}
.ui-selectmenu-button span.ui-icon {
right: 0;
left: auto;
position: absolute;
top: 0;
width: 50px;
height: 46px;
text-align: center;
line-height: 48px;
border-left: solid 1px $color-gray-ccc;
}
.ui-selectmenu-button span.ui-selectmenu-text {
text-align: left;
padding: 10px 20px;
display: block;
line-height: 2;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-transform: uppercase;
color: rgba($color-black, 0.3);
height: 46px;
}
.ui-icon-triangle-1-s {
&:before {
font-family: $font-icon;
content: "\f107";
font-size: 22px;
color: $color-brand-1;
}
}
.ui-selectmenu-menu .ui-menu-item {
padding: 10px 20px;
color: rgba($color-black, 0.5);
text-transform: uppercase;
font-size: $base-font-size;
&:hover,
&:focus {
background: $color-brand-4;
color: $color-white;
}
}