From 042617b707d3d710532019cf4106433b32125a7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Fri, 23 Feb 2018 15:46:17 +0100 Subject: [PATCH] Unify input looks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- settings/css/settings.scss | 14 ++++++++------ 1 file 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;