dropdown triangle

This commit is contained in:
life
2014-09-22 12:38:48 +08:00
parent b411302087
commit e240dfbafe
8 changed files with 1419 additions and 10 deletions

View File

@ -71,9 +71,29 @@
border-radius: 3px;
margin:0;
border: 1px solid @hColor;
// border: 1px solid #e6eaed;
/*overflow-x: hidden; */
/*overflow-y: scroll;*/
box-shadow: rgba(0, 0, 0, 0.172549) 0px 6px 12px 0px;
&:before {
content: "";
width: 20px;
height: 12px;
position: absolute;
top: -12px;
right: 20px;
background-image: url("../../images/triangle_2x.png");
background-size: 20px 12px;
}
}
.dropdown-submenu .dropdown-menu:before {
background: none;
}
#searchNotebookForAddDropdownList:before {
left: 190px;
right: inherit;
}
.dropdown-menu li {
@ -419,5 +439,4 @@
float: right;
}
}
}
}