]> source.dussan.org Git - nextcloud-server.git/commitdiff
action image for quota is now invisble when user does not hover over
authorMarvin Thomas Rabe <m.rabe@echtzeitraum.de>
Fri, 30 Sep 2011 17:16:19 +0000 (19:16 +0200)
committerMarvin Thomas Rabe <m.rabe@echtzeitraum.de>
Fri, 30 Sep 2011 17:16:19 +0000 (19:16 +0200)
settings/css/settings.css

index a0ed2c69f44ed892dc4690291441eab50db31ca5..d68d05a73e6b303d95d53469dff2db156131efa5 100644 (file)
@@ -13,13 +13,13 @@ input#identity { width:20em; }
 /* USERS */
 form { display:inline; }
 td.name, td.password { padding-left:.8em; }
-td.password>img, td.remove>img { display:none; cursor:pointer; }
+td.password>img, td.remove>img, td.quota>img { visibility:hidden; }
 td.password>span { margin-right:1.2em; }
 td.password { width:12em; cursor:pointer; }
 
 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 { display:inline;  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; }
 li.selected { background-color:#ddd; }
 #content>table { margin-top:6.5em; }