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

@ -66,6 +66,23 @@
/*overflow-y: scroll;*/
box-shadow: rgba(0, 0, 0, 0.172549) 0px 6px 12px 0px;
}
.dropdown-menu: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 {
list-style: none;
padding-left: 10px;
@ -523,9 +540,6 @@ a.raw:hover {
font-size: 28px;
color: #999999;
}
.dropdown-menu {
border: 1px solid #0fb264;
}
.dropdown-menu li > a {
color: #000000;
}