fix greyed out display name

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2016-10-11 11:52:06 +02:00
parent a8457df064
commit 74802ca72f
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with 1 additions and 1 deletions

View File

@ -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 */