mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Use color instead of transparency for proper tooltip appearance
* fixes #21436
This commit is contained in:
parent
d4034ffca0
commit
80e75aae49
1 changed files with 3 additions and 0 deletions
|
|
@ -83,6 +83,9 @@
|
|||
}
|
||||
|
||||
#app-sidebar .file-details {
|
||||
color: #999;
|
||||
}
|
||||
#app-sidebar .file-details img {
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
|
||||
opacity: .5;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue