fix greyed out display name
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
a8457df064
commit
74802ca72f
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ table.grid th, table.grid td {
|
|||
td.name, td.password { padding-left:.8em; }
|
||||
td.password>img,td.displayName>img, td.quota>img { visibility:hidden; }
|
||||
td.password, td.quota, td.displayName { width:12em; cursor:pointer; }
|
||||
td.password>span, td.quota>span, td.displayName>span { margin-right: 1.2em; color: #C7C7C7; }
|
||||
td.password>span, td.quota>span { margin-right: 1.2em; color: #C7C7C7; }
|
||||
span.usersLastLoginTooltip { white-space: nowrap; }
|
||||
|
||||
/* dropdowns will be relative to this element */
|
||||
|
|
Loading…
Reference in a new issue