Skip to content

Commit

Permalink
gw-use-text-for-list-fields-add-remove-buttons.css: Added new snipp…
Browse files Browse the repository at this point in the history
…et that uses text for List field's Add/Remove buttons.
  • Loading branch information
spivurno authored May 24, 2023
1 parent 55cb36d commit 4dad005
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions gravity-forms/gw-use-text-for-list-fields-add-remove-buttons.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/**
* Gravity Wiz // Gravity Forms // Use Text for List Fields Add/Remove Buttons
* https://gravitywiz.com/
*
* Screenshot: https://gwiz.io/42a3CCC
*/
.gform_wrapper.gravity-theme .gfield_list_icons {
width: auto;
}

.gform_wrapper.gravity-theme .gfield_list_icons button {
background: none !important;
width: auto;
margin-left: 1rem !important;
font-size: 1rem;
}

0 comments on commit 4dad005

Please sign in to comment.