Skip to content

Commit

Permalink
Removed button styling
Browse files Browse the repository at this point in the history
Button styling should be handled by the theme. Removed styling to avoid conflicts.
  • Loading branch information
joelmcdwebworks authored Jun 13, 2024
1 parent 2b22bc3 commit f6a67fb
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions functions/gravity-forms-popup-confirmation/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,6 @@
z-index: 1000;
}

#gf-popup-confirmation .button {
display: inline-block;
margin: 20px 0 0;
padding: 12px 24px;
background-color: #004b78;
color: #FFFFFF;
border: 0 !important;
text-decoration: none;
outline: none;
font-weight: bold;
}

#gf-popup-confirmation .button:hover,
#gf-popup-confirmation .button:focus {
background-color: #e89f4a;
color: #FFFFFF;
outline: none;
border: 0 !important;
}

#gf-popup-confirmation .close {
position: absolute;
top: 5px;
Expand All @@ -59,4 +39,4 @@

#gf-popup-confirmation .close:hover {
color: #000000;
}
}

0 comments on commit f6a67fb

Please sign in to comment.