37f4e55a by Jeff Balicki

form change

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 5f890b6c
...@@ -15384,7 +15384,7 @@ p.intro { ...@@ -15384,7 +15384,7 @@ p.intro {
15384 font-weight: bold; 15384 font-weight: bold;
15385 color: #1A3668; 15385 color: #1A3668;
15386 } 15386 }
15387 .flag-modal .modal-content .wpcf7-submit { 15387 .flag-modal .modal-content .ninja-forms-field[value=Submit] {
15388 all: unset; 15388 all: unset;
15389 cursor: pointer; 15389 cursor: pointer;
15390 text-transform: uppercase; 15390 text-transform: uppercase;
...@@ -15393,7 +15393,7 @@ p.intro { ...@@ -15393,7 +15393,7 @@ p.intro {
15393 padding: 10px 20px !important; 15393 padding: 10px 20px !important;
15394 font-size: 15px; 15394 font-size: 15px;
15395 } 15395 }
15396 .flag-modal .modal-content .wpcf7-submit:hover { 15396 .flag-modal .modal-content .ninja-forms-field[value=Submit]:hover {
15397 font-weight: bold; 15397 font-weight: bold;
15398 text-decoration: none; 15398 text-decoration: none;
15399 background-color: #132C55 !important; 15399 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{ ...@@ -371,7 +371,7 @@ p.intro{
371 font-weight: bold; 371 font-weight: bold;
372 color: #1A3668; 372 color: #1A3668;
373 } 373 }
374 .wpcf7-submit{ 374 .ninja-forms-field[value="Submit"]{
375 all: unset; 375 all: unset;
376 cursor: pointer; 376 cursor: pointer;
377 text-transform: uppercase; 377 text-transform: uppercase;
...@@ -380,7 +380,7 @@ p.intro{ ...@@ -380,7 +380,7 @@ p.intro{
380 padding: 10px 20px !important; 380 padding: 10px 20px !important;
381 font-size: 15px; 381 font-size: 15px;
382 } 382 }
383 .wpcf7-submit:hover{ 383 .ninja-forms-field[value="Submit"]:hover{
384 font-weight: bold; 384 font-weight: bold;
385 text-decoration: none; 385 text-decoration: none;
386 background-color: #132C55 !important; 386 background-color: #132C55 !important;
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: the Understrap Contributors 5 Author: the Understrap Contributors
6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors 6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors
7 Template: understrap 7 Template: understrap
8 Version: 1.2.0053 8 Version: 1.2.0054
9 License: GNU General Public License v2 or later 9 License: GNU General Public License v2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 Text Domain: understrap-child 11 Text Domain: understrap-child
......