fix button align and colors
This commit is contained in:
parent
210165daf7
commit
7c2b2d98e8
3 changed files with 8 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue