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

49 lines
892 B
SCSS
Raw Normal View History

2016-09-20 07:59:12 +00:00
form.aui {
.aui-select2-container {
background-color: transparent;
> a {
2016-09-20 07:59:12 +00:00
margin: 0 auto !important;
width: 100% !important;
}
}
}
2016-10-18 15:31:52 +00:00
.select2-results{
&::-webkit-scrollbar {
background-color: transparent;
}
&::-webkit-scrollbar-track {
background-color: transparent;
}
&::-webkit-scrollbar-track-piece {
background-color: transparent;
}
&::-webkit-scrollbar-thumb {
background-color: #3572b0;
}
}
.aui-select2-drop {
2016-09-20 07:59:12 +00:00
z-index: 901;
}
.select2-drop-mask {
2016-09-20 07:59:12 +00:00
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 {
2016-09-20 07:59:12 +00:00
background-color: $defaultBackground;
border-color: transparent;
}