Added the two additiona states that don't yet exist on the backend, as faded and disabled options

This commit is contained in:
wmwragg 2016-07-27 12:25:44 +01:00
parent dab707a893
commit 074bbc7149
4 changed files with 49 additions and 13 deletions

View file

@ -22,3 +22,7 @@ limitations under the License.
.mx_NotificationStateContextMenu_field.mx_NotificationStateContextMenu_fieldSet {
font-weight: bold;
}
.mx_NotificationStateContextMenu_field.mx_NotificationStateContextMenu_fieldDisabled {
color: rgba(0, 0, 0, 0.2);
}