fix CSS namespacing
parent
ee1fae8ced
commit
8d7daf61b9
|
@ -251,7 +251,7 @@ input[type=text]:focus, textarea:focus {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.emojione {
|
.mx_emojione {
|
||||||
height: 1em;
|
height: 1em;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
@ -267,7 +267,7 @@ input[type=text]:focus, textarea:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
/** green button with rounded corners */
|
/** green button with rounded corners */
|
||||||
.textButton {
|
.mx_textButton {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #76cfa6;
|
background-color: #76cfa6;
|
||||||
border-radius: 17px;
|
border-radius: 17px;
|
||||||
|
|
Loading…
Reference in New Issue