2016-09-20 07:59:12 +00:00
|
|
|
form.aui {
|
|
|
|
.aui-select2-container {
|
|
|
|
background-color: transparent;
|
|
|
|
|
2016-10-19 20:19:09 +00:00
|
|
|
> a {
|
2016-09-20 07:59:12 +00:00
|
|
|
margin: 0 auto !important;
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-10-19 20:19:09 +00:00
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
}
|
2016-10-19 20:19:09 +00:00
|
|
|
|
|
|
|
.aui-select2-drop {
|
2016-09-20 07:59:12 +00:00
|
|
|
z-index: 901;
|
|
|
|
}
|
2016-10-19 20:19:09 +00:00
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-10-19 20:19:09 +00:00
|
|
|
|
|
|
|
.aui-dropdown2.aui-style-default.dropdown-dark {
|
2016-09-20 07:59:12 +00:00
|
|
|
background-color: $defaultBackground;
|
|
|
|
border-color: transparent;
|
2016-10-19 20:19:09 +00:00
|
|
|
}
|