diff options
Diffstat (limited to 'settings/css/settings.scss')
-rw-r--r-- | settings/css/settings.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss index dd398f761f9..e97ad55a5b7 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -1289,6 +1289,9 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { grid-template-columns: 44px; grid-auto-columns: min-content; border-top: $color-border 1px solid; + &.disabled { + opacity: .5; + } .name, .displayName, .password { @@ -1363,6 +1366,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { left: 2px; bottom: 2px; height: 3px; + z-index: 5; /* above multiselect */ } } .icon-confirm { @@ -1381,6 +1385,9 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { img { display: block; } + &.icon-loading > img { + display: none; + } } .toggleUserActions { position: relative; @@ -1419,6 +1426,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { display: flex; align-items: center; justify-content: center; + grid-row-start: span 4; } .users-list-end { opacity: .5; |