pip-webui
Version:
HTML5 UI for LOB applications
53 lines (45 loc) • 1.28 kB
text/less
// @file CSS styles for dropdown control
// @copyright Digital Living Software Corp. 2014-2016
pip-dropdown {
.pip-divider {
border-top-color: rgba(255, 255, 255, 0.12);
}
md-select {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 16px;
margin-right: 16px;
height: 48px;
overflow: hidden;
md-select-value {
padding-left: 0px ;
border-bottom: 0px ;
color: rgba(255, 255, 255, 0.870588) ;
.md-select-icon {
margin-right: -4px ;
}
}
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
.md-text{
display: inline-block ;
}
}
}
.pip-full-width-dropdown {
@media (max-width: (@layout-breakpoint-md - 1)) {
top: 48px ;
left: 0 ;
max-width: 100% ;
width: 100% ;
min-width: 100% ;
> md-select-menu > md-content {
max-width: 100% ;
width: 100% ;
min-width: 100% ;
}
}
@media only screen and (max-width: (@layout-breakpoint-md - 1)) and (min-width: 0) and (orientation: portrait) {
top: 56px ;
}
}