1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 19:00:12 +00:00

Improve dropdown

This commit is contained in:
Daniel Pan
2016-03-31 21:32:00 +08:00
parent b9ba54f635
commit dd906d7f68
6 changed files with 22 additions and 21 deletions

View File

@@ -1227,6 +1227,10 @@ textarea:-moz-placeholder {/* for FF */
.dropdown-inline {
display:inline-block;
}
button.dropdown-toggle:focus {
background-color:#ddd !important;
outline:none;
}
.dropdown-menu {
position:absolute;
background:#fff;