fix CSS namespacing

pull/2082/head
Matthew Hodgson 2016-08-27 23:59:15 +01:00
parent ee1fae8ced
commit 8d7daf61b9
1 changed files with 2 additions and 2 deletions

View File

@ -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;