diff options
-rw-r--r-- | settings/css/settings.scss | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss index aea132eaac9..692633d2664 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -561,15 +561,18 @@ span.usersLastLoginTooltip { position: relative; top: -1px; } - #newuserHeader input{ + input { &:not([type='submit']), &:not([type='reset']) { width: 100%; } - &[type='submit'], - &[type='reset'] { - width: 50%; - } + } + .userActions input { + border: none; + background-color: initial; + opacity: .5; + width: 44px; + height: 44px; } } @@ -585,7 +588,6 @@ tr:hover > td { } td.userActions { - width: 44px; .toggleUserActions { width: 44px; height: 44px; |