minimal theming on app permission in widget

This commit is contained in:
Bruno Windels 2019-02-01 23:24:56 +01:00
parent e2ce12f5c1
commit 7ccc694eea
2 changed files with 5 additions and 8 deletions

View file

@ -317,14 +317,11 @@ form.mx_Custom_Widget_Form div {
}
.mx_AppPermissionButton {
padding: 5px;
border: none;
padding: 5px 20px;
border-radius: 5px;
color: $warning-color;
background-color: $primary-bg-color;
}
.mx_AppPermissionButton:hover {
background-color: $primary-fg-color;
background-color: $button-bg-color;
color: $button-fg-color;
cursor: pointer;
}