Skip to content

Commit

Permalink
Merge pull request #579 from squat/fix-button-style
Browse files Browse the repository at this point in the history
static: fix button styles
  • Loading branch information
squat committed Sep 22, 2016
2 parents 9a78dca + 340eb30 commit f1f7d1c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions static/html/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@
}

.btn {
box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25), 0 0px 1px rgba(0, 0, 0, 0.25);
padding: 0;
font-size: 14px;
border-radius: 4px;
border: none;
border-radius: 4px;
box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25), 0 0px 1px rgba(0, 0, 0, 0.25);
cursor: pointer;
font-size: 16px;
}
font-size: 14px;
line-height: 1;
padding: 6px 12px;

.btn:focus {
outline: none;
}
Expand Down

0 comments on commit f1f7d1c

Please sign in to comment.