Commit bb0f723741e7db85b3427cc757b8969a5be8b97e
1 parent
01b98970
Exists in
spb-stable
and in
3 other branches
Fix select2 css for drop above style
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/assets/stylesheets/generic/selects.scss
1 | /** Select2 selectbox style override **/ | 1 | /** Select2 selectbox style override **/ |
2 | 2 | ||
3 | -.select2-container { | 3 | +.select2-container, .select2-container.select2-drop-above { |
4 | .select2-choice { | 4 | .select2-choice { |
5 | background: #FFF; | 5 | background: #FFF; |
6 | border-color: #BBB; | 6 | border-color: #BBB; |