winter/modules/system/assets/ui/less/dropdown.variables.less
Samuel Georges 066b918d39 Various styling changes
Removed the harsh title on popups
Anything considered an "overlay" now uses a box shading effect
The account menu now uses lighter shading
Introduced highlight states, allowing hover + active to behave independently
2016-05-20 06:33:16 +10:00

22 lines
843 B
Plaintext

@dropdown-bg: #fff;
@dropdown-border: @overlay-background;
@dropdown-fallback-border: #ccc;
@dropdown-divider-bg: #e5e5e5;
@dropdown-link-color: #39454a;
@dropdown-link-hover-color: darken(@gray-dark, 5%);
@dropdown-link-hover-bg: #f5f5f5;
@dropdown-link-active-color: @component-active-color;
@dropdown-link-active-bg: @component-active-bg;
@dropdown-link-disabled-color: @gray-light;
@dropdown-header-color: @gray-light;
@color-dropdown-title-border: #c9c9c9;
@color-dropdown-title-text: @dropdown-link-color;
@color-dropdown-hover-bg: @highlight-hover-bg;
@color-dropdown-hover-text: @highlight-hover-text;
@color-dropdown-active-bg: @highlight-active-bg;
@color-dropdown-active-text: @highlight-active-text;