Set autofocus to assignee dropdown (board popover)

This commit is contained in:
Frederic Guillot
2015-05-07 19:19:23 -04:00
parent 6fb53838f5
commit 70e2a0d981
5 changed files with 11 additions and 3 deletions

View File

@@ -57,6 +57,10 @@ select {
max-width: 95%;
}
select:focus {
outline: 0;
}
::-webkit-input-placeholder {
color: #ddd;
padding-top: 2px;