jiti-meet/css/aui-components/dropdown.scss

32 lines
559 B
SCSS
Raw Normal View History

2016-09-20 07:59:12 +00:00
form.aui {
.aui-select2-container {
background-color: transparent;
> a{
margin: 0 auto !important;
width: 100% !important;
}
}
}
.aui-select2-drop{
z-index: 901;
}
.select2-drop-mask{
z-index: 900;
}
//Dark theme
form.aui{
//Placeholder
.aui-select2-container.input-container-dark {
a.select2-choice {
text-shadow: none;
}
}
}
//
.aui-dropdown2.aui-style-default.dropdown-dark{
background-color: $defaultBackground;
border-color: transparent;
}