|
|
@ -135,6 +135,17 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Backdrop to catch body clicks on mobile, etc.
|
|
|
|
|
|
|
|
// ---------------------------
|
|
|
|
|
|
|
|
.dropdown-backdrop {
|
|
|
|
|
|
|
|
position: fixed;
|
|
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
|
|
bottom: 0;
|
|
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
|
|
z-index: @zindexDropdown - 10;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Right aligned dropdowns
|
|
|
|
// Right aligned dropdowns
|
|
|
|
// ---------------------------
|
|
|
|
// ---------------------------
|
|
|
|
.pull-right > .dropdown-menu {
|
|
|
|
.pull-right > .dropdown-menu {
|
|
|
|