Commit bb0f723741e7db85b3427cc757b8969a5be8b97e

Authored by Dmitriy Zaporozhets
1 parent 01b98970

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 1 /** Select2 selectbox style override **/
2 2  
3   -.select2-container {
  3 +.select2-container, .select2-container.select2-drop-above {
4 4 .select2-choice {
5 5 background: #FFF;
6 6 border-color: #BBB;
... ...