Skip to content

Commit

Permalink
fix button color in risk acceptance bug
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixHernandez committed Nov 16, 2023
1 parent 07415c3 commit f3acb65
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dojo/static/dojo/css/dojo.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,12 @@ a {
}

.panel-default .btn-primary {
background-color: transparent!important;
border-style: none!important;
color: #fff!important;
border: 1px solid #fff!important;
}

.panel-default .btn-primary:hover {
background-color: transparent!important;
color: #fff!important;
border: 1px solid #fff!important;
}
Expand Down

0 comments on commit f3acb65

Please sign in to comment.