We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ece83 commit 113731dCopy full SHA for 113731d
assets/styles/ui-components/_forms.scss
@@ -1,5 +1,4 @@
1
form {
2
-
3
select,
4
input,
5
textarea {
@@ -48,6 +47,8 @@ select {
48
47
}
49
50
button[type="submit"] {
+ background-color: $black !important;
51
+ color: $white !important;
52
53
&:after {
54
mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><path d="M2.13436 0L0.365646 1.76877L6.09688 7.5L0.365646 13.2312L2.13436 15L9.63436 7.5L2.13436 0Z"/></svg>');
@@ -97,6 +98,8 @@ select {
97
98
99
.gform_button_select_files,
100
.gform_delete_file {
101
102
103
104
&:hover,
105
&:focus,
0 commit comments