Merge pull request #5042 from turt2live/travis/ignored_users
CSS for unignore button in UserSettingspull/5080/head
commit
662431043e
|
@ -80,6 +80,16 @@ limitations under the License.
|
||||||
cursor: pointer;
|
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 {
|
.mx_UserSettings_button.danger {
|
||||||
background-color: $warning-color;
|
background-color: $warning-color;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue