Skip to content

Commit

Permalink
Update button border color and remove background color from hover effect
Browse files Browse the repository at this point in the history
  • Loading branch information
miladsoft committed Dec 18, 2024
1 parent 2f4482c commit 04881df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Angor/Client/wwwroot/assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@
--angor-modal-header-padding: 1rem 1rem;
--angor-modal-title-line-height: 1.5;
--angor-modal-footer-gap: 0.5rem;
--btn-border: #046479;
--btn-border: #cccccc;
}

.dark {
--angor-primary: var(--angor-light) !important;
--angor-accent: var(--angor-dark) !important;
--btn-border: #046479;
}

.col-form-label {
Expand Down Expand Up @@ -822,7 +823,6 @@ tr[style*="cursor: pointer;"]:hover {
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
justify-content: center;
align-items: center;
Expand Down

0 comments on commit 04881df

Please sign in to comment.