Lines Matching refs:dropdown
18 // The dropdown wrapper (div)
20 .dropdown {
24 // Prevent the focus on the dropdown toggle when closing dropdowns
25 .dropdown-toggle:focus {
29 // The dropdown menu (ul)
30 .dropdown-menu {
34 z-index: @zindex-dropdown;
43 background-color: @dropdown-bg;
44 border: 1px solid @dropdown-fallback-border; // IE8 fallback
45 border: 1px solid @dropdown-border;
50 // Aligns the dropdown menu to right
52 // Deprecated as of 3.1.0 in favor of `.dropdown-menu-[dir]`
58 // Dividers (basically an hr) within the dropdown
60 .nav-divider(@dropdown-divider-bg);
63 // Links within the dropdown menu
70 color: @dropdown-link-color;
76 .dropdown-menu > li > a {
80 color: @dropdown-link-hover-color;
81 background-color: @dropdown-link-hover-bg;
86 .dropdown-menu > .active > a {
90 color: @dropdown-link-active-color;
93 background-color: @dropdown-link-active-bg;
101 .dropdown-menu > .disabled > a {
105 color: @dropdown-link-disabled-color;
119 // Open state for the dropdown
122 > .dropdown-menu {
134 // Add extra class to `.dropdown-menu` to flip the alignment of the dropdown
136 .dropdown-menu-right {
137 left: auto; // Reset the default from `.dropdown-menu`
140 // With v3, we enabled auto-flipping if you have a dropdown within a right
142 // to restore the default dropdown menu alignment.
144 // This is only for left-aligning a dropdown menu within a `.navbar-right` or
146 .dropdown-menu-left {
152 .dropdown-header {
157 color: @dropdown-header-color;
162 .dropdown-backdrop {
168 z-index: (@zindex-dropdown - 10);
172 .pull-right > .dropdown-menu {
179 // Just add .dropup after the standard .dropdown class and you're set, bro.
183 .navbar-fixed-bottom .dropdown {
191 .dropdown-menu {
205 .dropdown-menu {
206 .dropdown-menu-right();
210 .dropdown-menu-left {
211 .dropdown-menu-left();