PushRules settings: Display keywords modal dialog

This commit is contained in:
manuroe 2016-01-13 09:11:56 +01:00
parent 9fb8c9f67a
commit 10d3076d6b
2 changed files with 58 additions and 1 deletions

View file

@ -51,3 +51,19 @@ limitations under the License.
.mx_UserNotifSettings_pushRulesTable tbody th:first-child {
text-align: left;
}
.mx_UserNotifSettings_keywords {
cursor: pointer;
color: #76cfa6;
}
.mx_UserNotifSettings_keywordsLabel {
text-align: left;
padding-bottom: 12px;
}
.mx_UserNotifSettings_keywordsInput {
color: #747474;
font-weight: 300;
font-size: 15px;
}