Lines Matching refs:dropdown
229 //** Background for the dropdown menu.
230 @dropdown-bg: #fff;
232 @dropdown-border: rgba(0,0,0,.15);
234 @dropdown-fallback-border: #ccc;
235 //** Divider color for between dropdown items.
236 @dropdown-divider-bg: #e5e5e5;
239 @dropdown-link-color: @gray-dark;
240 //** Hover color for dropdown links.
241 @dropdown-link-hover-color: darken(@gray-dark, 5%);
242 //** Hover background for dropdown links.
243 @dropdown-link-hover-bg: #f5f5f5;
245 //** Active dropdown menu item text color.
246 @dropdown-link-active-color: @component-active-color;
247 //** Active dropdown menu item background color.
248 @dropdown-link-active-bg: @component-active-bg;
250 //** Disabled dropdown menu item background color.
251 @dropdown-link-disabled-color: @gray-light;
253 //** Text color for headers within dropdown menus.
254 @dropdown-header-color: @gray-light;
256 //** Deprecated `@dropdown-caret-color` as of v3.1.0
257 @dropdown-caret-color: #000;
268 @zindex-dropdown: 1000;