mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Unify input looks
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
bb5d4c8c21
commit
042617b707
1 changed files with 8 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue