Skip to content

Commit

Permalink
remove useless important in btn style
Browse files Browse the repository at this point in the history
  • Loading branch information
tiz170 committed Nov 27, 2022
1 parent 7fc9acf commit 798dbf6
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,25 +103,25 @@ input, output, .xforms-control.xforms-select1.xforms-incremental, .xforms-contro

.xforms-trigger-appearance-full, .fr-attachment, .fr-repeat-column-left {
.btn:hover, .btn:focus, .btn:active, .btn.active, .open > .dropdown-toggle.btn {
background-color: #e6e6e6 !important;
border-color: #0a58ca !important;
background-color: #e6e6e6;
border-color: #0a58ca;
}
}

// new/review/save button
.fr-new-button, .fr-review-button, .fr-save-button {
.btn{
color: #fff !important;
background-color: #0d6efd !important;
border-color: #0d6efd !important;
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
}

.fr-new-button, .fr-review-button, .fr-save-button {
.btn:hover, .btn:focus, .btn:active, .btn.active, .open > .dropdown-toggle.btn {
color: #fff !important;
background-color: #0b5ed7 !important;
border-color: #0a58ca !important;
color: #fff;
background-color: #0b5ed7;
border-color: #0a58ca;
}
}

Expand Down

0 comments on commit 798dbf6

Please sign in to comment.