mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 22:27:31 -04:00
[IE8] opacity for active newFileMenu items
This commit is contained in:
parent
d835115600
commit
def76bed2a
1 changed files with 2 additions and 0 deletions
|
|
@ -748,6 +748,8 @@ table.dragshadow td.size {
|
|||
|
||||
.newFileMenu.popovermenu a.menuitem.active {
|
||||
opacity: 1;
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
||||
filter: alpha(opacity=100);
|
||||
}
|
||||
|
||||
.newFileMenu.bubble:after {
|
||||
|
|
|
|||
Loading…
Reference in a new issue