Skip to content

Commit

Permalink
Unify input looks
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
  • Loading branch information
skjnldsv authored and rullzer committed Feb 27, 2018
1 parent bb5d4c8 commit 042617b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions settings/css/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand All @@ -585,7 +588,6 @@ tr:hover > td {
}

td.userActions {
width: 44px;
.toggleUserActions {
width: 44px;
height: 44px;
Expand Down

0 comments on commit 042617b

Please sign in to comment.