Merge pull request #5042 from turt2live/travis/ignored_users

CSS for unignore button in UserSettings
pull/5080/head
Matthew Hodgson 2017-09-17 22:38:31 +01:00 committed by GitHub
commit 662431043e
1 changed files with 10 additions and 0 deletions

View File

@ -80,6 +80,16 @@ limitations under the License.
cursor: pointer;
}
.mx_UserSettings_button.mx_UserSettings_buttonSmall {
height: 36px;
padding: 4px;
padding-left: 7px;
padding-right: 7px;
font-size: 12px;
margin-right: 5px;
line-height: 12px;
}
.mx_UserSettings_button.danger {
background-color: $warning-color;
}