Skip to content

Commit

Permalink
Tweak spacing around new filter field
Browse files Browse the repository at this point in the history
  • Loading branch information
leif81 committed Sep 10, 2019
1 parent e123283 commit bcf2309
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions bzkanban.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ body {
background-color: white;

}
#query select {
#query select, #query input {
width: 150px;
border-width: 1px 1px 1px 0;
border-radius: 0 3px 3px 0;
Expand Down Expand Up @@ -312,11 +312,7 @@ select, textarea, input, button {
border-width: 1px;
border-color: darkgrey;
}
input {
padding: 4px;
}
button {
padding: 4px;
background-color: #E2E4E6;
}
button:hover {
Expand Down

0 comments on commit bcf2309

Please sign in to comment.