%PDF- %PDF-
| Direktori : /data/old/home/stash/atlassian-stash/static/widget/aui/dropdown/ |
| Current File : //data/old/home/stash/atlassian-stash/static/widget/aui/dropdown/dropdown-overrides.less |
@import "../../../global.less";
/* @aui-override */
.aui-dropdown {
.border-bottom-left-radius(3px);
.border-bottom-right-radius(3px);
font-weight: normal;
min-width: 10em;
white-space: nowrap;
ol {
border-bottom: solid 1px #f0f0f0;
padding: 0.5em 0;
&:last-child {
border-bottom: none;
padding-bottom: 0.2em;
}
}
li {
position: relative;
color: #535353;
list-style: none;
a,
a strong,
a label {
background: none;
color: inherit;
}
a,
> div,
> span {
padding: 2px 6px;
line-height: 1.5;
color: @bodyTextColor;
}
a {
background-position: 0.5em 50%;
background-repeat: no-repeat;
border: none;
display: block;
margin: 0;
position: relative;
white-space: nowrap;
text-indent: 0;
&:hover {
text-decoration: none;
color: #15518F;
background-color: #E2EFFA;
}
span {
padding-left: 0;
}
}
}
label {
font-weight: 400;
color: #535353;
}
}
/* end @aui-override */