diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2012-08-04 17:00:16 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2012-08-04 17:00:16 -0400 |
commit | 1ec27399a748e01b74aef6b3781e4da52214faba (patch) | |
tree | d74da7c1a8adddb7a1556539a4b795ebd92fb3ca /settings/css | |
parent | 002ad4ba16eb6cd0b2131f012b1a0a8b6b0b777f (diff) | |
download | nextcloud-server-1ec27399a748e01b74aef6b3781e4da52214faba.tar.gz nextcloud-server-1ec27399a748e01b74aef6b3781e4da52214faba.zip |
Show delete tipsy for users
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index e79029ddbfa..7bd7d5f7f06 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -22,14 +22,14 @@ form { display:inline; } table:not(.nostyle) th { height:2em; color:#999; } table:not(.nostyle) th, table:not(.nostyle) td { border-bottom:1px solid #ddd; padding:0 .5em; padding-left:.8em; text-align:left; font-weight:normal; } td.name, td.password { padding-left:.8em; } -td.password>img, td.remove>img, td.quota>img { visibility:hidden; } +td.password>img, td.remove>a, td.quota>img { visibility:hidden; } td.password, td.quota { width:12em; cursor:pointer; } td.password>span, td.quota>span { margin-right: 1.2em; color: #C7C7C7; } td.remove { width:1em; padding-right:1em; } tr:hover>td.password>span { margin:0; cursor:pointer; } -tr:hover>td.remove>img, tr:hover>td.password>img, tr:hover>td.quota>img { visibility:visible; cursor:pointer; } -tr:hover>td.remove>img { float:right; } +tr:hover>td.remove>a, tr:hover>td.password>img, tr:hover>td.quota>img { visibility:visible; cursor:pointer; } +tr:hover>td.remove>a { float:right; } li.selected { background-color:#ddd; } #content>table:not(.nostyle) { margin-top:3em; } table:not(.nostyle) { width:100%; } |