tagColor dropdown

This commit is contained in:
life
2014-09-22 14:39:54 +08:00
parent b8ced2e1c3
commit b89721a0f4
5 changed files with 11 additions and 2 deletions

View File

@ -95,6 +95,9 @@
left: 190px;
right: inherit;
}
#tagColor:before {
background: none;
}
.dropdown-menu li {
list-style: none;

View File

@ -83,6 +83,9 @@
left: 190px;
right: inherit;
}
#tagColor:before {
background: none;
}
.dropdown-menu li {
list-style: none;
padding-left: 10px;

View File

@ -83,6 +83,9 @@
left: 190px;
right: inherit;
}
#tagColor:before {
background: none;
}
.dropdown-menu li {
list-style: none;
padding-left: 10px;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long