fix button align and colors

This commit is contained in:
Tor Hveem 2015-03-29 15:18:38 +02:00
commit 7c2b2d98e8
3 changed files with 8 additions and 4 deletions

View file

@ -43,11 +43,11 @@ tr.bufferline:hover {
color: black;
}
.btn-primary {
.btn-default {
background-color: #555;
border-color: #444;
}
.btn-primary:hover {
.btn-default:hover {
background-color: #666;
border-color: #555;
}