File: /home/barbeatleanalyti/www/public_html/webmail/modules/CoreWebclient/styles/mobile/dropdown.less
.dropdown {
@theme-item-color: #626262;
.transition(opacity 300ms linear);
.opacity(0);
background: rgba(255,255,255,0.5);
bottom: 0px;
color: @theme-item-color;
cursor: default;
display: block;
font-size: 9pt;
left: -10000px;
overflow: hidden;
position: absolute;
right: 0px;
top: 0px;
visibility: hidden;
width: 100%;
z-index: 1000;
.expand & {
.opacity(1);
left: 0px;
overflow: visible;
visibility: visible;
html.rtl & {
left: auto;
right: 0px;
}
}
.dropdown_content {
background: #ffffff;
border: 1px solid #cbc8c0;
border-radius: 4px 4px 4px 4px;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
display: block;
left: 20px;
max-height: 80%;
min-width: 100px;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
right: 20px;
top: 10%;
.item {
background: none;
border: 0px;
border-radius: 0px;
box-shadow: none;
cursor: pointer;
display: block;
height: auto;
margin: 0px;
padding: 8px 12px;
white-space: nowrap;
&.disabled {
color: #aaaaaa;
cursor: default;
}
&.selected {
color: #333333;
background: #f0f0f0;
}
}
}
.dropdown_arrow {
border-bottom: 6px solid #cbc8c0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
display: none;
font-size: 0;
height: 0px;
margin: 0px 0px 0px 10px;
position: relative;
width: 0px;
z-index: 1;
html.rtl & {
margin: 0px 10px 0px 0px;
}
span {
border-bottom: 5px solid #ffffff;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
display: block;
height: 0px;
margin-left: -5px;
position: relative;
top: 2px;
width: 0px;
html.rtl & {
margin-left: 0px;
margin-right: -5px;
}
}
}
}
.custom_selector {
display: inline-block;
position: relative;
.dropdown {
bottom: 0px;
left: 0px;
min-width: 100%;
position: absolute;
visibility: hidden;
z-index: 500;
.arrow {
border-bottom: 6px solid #cbc8c0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
display: block;
font-size: 0;
height: 0px;
margin: 0px 0px -1px 10px;
position: relative;
width: 0px;
span {
border-bottom: 6px solid #ffffff;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
display: block;
height: 0px;
margin-left: -6px;
position: relative;
top: 2px;
width: 0px;
}
}
}
&.right .dropdown .arrow {
float: right;
margin: 0px 10px -1px 0px;
}
&.expand .dropdown {
left: 0px;
visibility: visible;
}
.dropdown_helper {
left: 0px;
position: absolute;
top: 0px;
}
&.right .dropdown_helper {
left: auto;
right: 0px;
}
.dropdown_content {
background: #ffffff;
border: 1px solid #cbc8c0;
border-radius: 4px 4px 4px 4px;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
display: inline-block;
max-height: 200px;
overflow-y: auto;
padding: 10px;
text-align: left;
html.rtl & {
text-align: right;
}
}
.item:last-child {
border-bottom: 0px;
}
}