mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
Enhancement: Transparency added to icons, changes opacity to 1 on hover.
This commit is contained in:
parent
ceb6c4df04
commit
6526b939d3
1 changed files with 2 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ table.nostyle td { padding: 0.2em 0; }
|
|||
.usercount { float: left; margin: 5px; }
|
||||
li.active span.utils .delete { left: 7px; }
|
||||
li.active span.utils .delete, li.active span.utils .rename {
|
||||
float: left; position: relative;
|
||||
float: left; position: relative; opacity: 0.5;
|
||||
top: -7px; width: 44px; height: 44px;
|
||||
}
|
||||
li.active span.utils .rename {
|
||||
|
|
@ -63,6 +63,7 @@ li.active span.utils .rename {
|
|||
cursor: pointer;
|
||||
}
|
||||
li.active span.utils .delete img { margin: 14px; }
|
||||
li.active span.utils .delete:hover, li.active span.utils .rename:hover { opacity: 1; }
|
||||
span.utils .delete, span.utils .rename { display: none; }
|
||||
#app-navigation ul li.active > span.utils .delete,
|
||||
#app-navigation ul li.active > span.utils .rename { display: block; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue