Increasing the specificity of the CSS so that primary input submit buttons are styled correctly
parent
040ef73886
commit
3a89a5af0b
|
@ -213,7 +213,7 @@ input[type=text]:focus, textarea:focus {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Dialog .mx_Dialog_primary {
|
.mx_Dialog button.mx_Dialog_primary, .mx_Dialog input[type="submit"].mx_Dialog_primary {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #76cfa6;
|
background-color: #76cfa6;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue