[IE8] opacity for active newFileMenu items

This commit is contained in:
Vincent Petry 2015-09-30 14:03:51 +02:00
parent d835115600
commit def76bed2a
1 changed files with 2 additions and 0 deletions

View File

@ -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 {