1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-01-10 09:24:21 +01:00
solarized-dark-ui/stylesheets/dropdowns.less

20 lines
369 B
Plaintext
Raw Normal View History

2013-09-12 23:53:25 +02:00
@import "ui-variables";
@import "ui-mixins";
@import "octicon-mixins";
.dropdown-menu {
background-color: @overlay-background-color;
border-radius: @component-border-radius;
border: 1px solid @base-border-color;
padding: 0;
> li > a {
.text(normal);
}
> li > a:hover {
.text(highlight);
background-color: @background-color-highlight;
}
}