Skip to content

Commit

Permalink
added css for disabled button
Browse files Browse the repository at this point in the history
  • Loading branch information
ishwar-singh-solanki committed May 6, 2024
1 parent 9c44b0f commit 0029fe7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions edwiser-bridge/public/assets/css/eb-public.css
Original file line number Diff line number Diff line change
Expand Up @@ -1428,3 +1428,8 @@ nav.eb-pagination ul li {
.eb_email_verify_dialog{
z-index: 1000 !important;
}

.eb-pro-product-page-sidebar .quantity-wrap button:disabled{
opacity: .5 !important;
cursor: not-allowed;
}

0 comments on commit 0029fe7

Please sign in to comment.