]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fixes delete icon only on hover.
authorraghunayyar <me@iraghu.com>
Tue, 11 Feb 2014 15:14:04 +0000 (20:44 +0530)
committerArthur Schiwon <blizzz@owncloud.com>
Mon, 2 Jun 2014 10:52:52 +0000 (12:52 +0200)
settings/css/settings.css

index ae986ccb9b40009bcbc5edec5c232a0ebe83f2ca..d0a64dd6bda8e71d322edcc63c5e521bf9c75ceb 100644 (file)
@@ -53,9 +53,10 @@ table.nostyle td { padding: 0.2em 0; }
 /* USERS */
 .usercount { float: left; margin: 5px; }
 span.utils .delete {
-       float: left; position: relative;
+       float: left; position: relative; display: none;
        margin: 3px; top: 4px;
 }
+#app-navigation ul li:hover > span.utils .delete { display: block; }
 form { display:inline; }
 table.grid th { height:2em; color:#999; }
 table.grid th, table.grid td { border-bottom:1px solid #ddd; padding:0 .5em; padding-left:.8em; text-align:left; font-weight:normal; }