Skip to content

Commit 80dc09c

Browse files
committed
Unify input looks
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
1 parent 41e0bda commit 80dc09c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

settings/css/settings.scss

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -561,15 +561,18 @@ span.usersLastLoginTooltip {
561561
position: relative;
562562
top: -1px;
563563
}
564-
#newuserHeader input{
564+
input {
565565
&:not([type='submit']),
566566
&:not([type='reset']) {
567567
width: 100%;
568568
}
569-
&[type='submit'],
570-
&[type='reset'] {
571-
width: 50%;
572-
}
569+
}
570+
.userActions input {
571+
border: none;
572+
background-color: initial;
573+
opacity: .5;
574+
width: 44px;
575+
height: 44px;
573576
}
574577
}
575578

@@ -585,7 +588,6 @@ tr:hover > td {
585588
}
586589

587590
td.userActions {
588-
width: 44px;
589591
.toggleUserActions {
590592
width: 44px;
591593
height: 44px;

0 commit comments

Comments
 (0)