mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-12 16:06:17 +02:00
Increasing the specificity of the CSS so that primary input submit buttons are styled correctly
This commit is contained in:
parent
040ef73886
commit
3a89a5af0b
@ -213,7 +213,7 @@ input[type=text]:focus, textarea:focus {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.mx_Dialog .mx_Dialog_primary {
|
||||
.mx_Dialog button.mx_Dialog_primary, .mx_Dialog input[type="submit"].mx_Dialog_primary {
|
||||
color: #fff;
|
||||
background-color: #76cfa6;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user