Skip to content

Commit

Permalink
fix color if button is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
tomboe311 committed Apr 5, 2021
1 parent 4d8244f commit 02588f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/css/kicket.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ body {
background-color: #48c9b0;
border-color: #48c9b0 ;
}
.btn-success:disabled, .btn-primary:disabled {
background-color: #48c9b0;
border-color: #48c9b0 ;
}
.footer {
position: absolute;
bottom: 0;
Expand Down

0 comments on commit 02588f0

Please sign in to comment.