37f4e55a by Jeff Balicki

form change

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 5f890b6c
......@@ -15384,7 +15384,7 @@ p.intro {
font-weight: bold;
color: #1A3668;
}
.flag-modal .modal-content .wpcf7-submit {
.flag-modal .modal-content .ninja-forms-field[value=Submit] {
all: unset;
cursor: pointer;
text-transform: uppercase;
......@@ -15393,7 +15393,7 @@ p.intro {
padding: 10px 20px !important;
font-size: 15px;
}
.flag-modal .modal-content .wpcf7-submit:hover {
.flag-modal .modal-content .ninja-forms-field[value=Submit]:hover {
font-weight: bold;
text-decoration: none;
background-color: #132C55 !important;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -371,7 +371,7 @@ p.intro{
font-weight: bold;
color: #1A3668;
}
.wpcf7-submit{
.ninja-forms-field[value="Submit"]{
all: unset;
cursor: pointer;
text-transform: uppercase;
......@@ -380,7 +380,7 @@ p.intro{
padding: 10px 20px !important;
font-size: 15px;
}
.wpcf7-submit:hover{
.ninja-forms-field[value="Submit"]:hover{
font-weight: bold;
text-decoration: none;
background-color: #132C55 !important;
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.2.0053
Version: 1.2.0054
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......