mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-15 09:55:49 +01:00
(refs #1340)Add dropdown filter
Because the large dropdown list makes impossible to choose items below the screen.
This commit is contained in:
@@ -326,6 +326,12 @@ div.account-image {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.dropdown-filter-input {
|
||||
border: solid 1px #ccc;
|
||||
margin: 4px;
|
||||
width: 96%;
|
||||
}
|
||||
|
||||
ul.dropdown-menu {
|
||||
padding: 2px 0;
|
||||
}
|
||||
@@ -338,7 +344,7 @@ ul.dropdown-menu li a {
|
||||
padding: 2px 10px;
|
||||
}
|
||||
|
||||
ul.dropdown-menu :last-child {
|
||||
ul.dropdown-menu li:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
@@ -632,12 +638,6 @@ span.simplified-path {
|
||||
line-height: 15px;
|
||||
}
|
||||
|
||||
#branch-control-input {
|
||||
border: solid 1px #ccc;
|
||||
margin: 4px;
|
||||
width: 96%;
|
||||
}
|
||||
|
||||
.new-branch-name {
|
||||
font-weight: bold;
|
||||
font-size: 1.2em;
|
||||
|
||||
Reference in New Issue
Block a user