[IE8] opacity for active newFileMenu items
This commit is contained in:
parent
d835115600
commit
def76bed2a
|
@ -748,6 +748,8 @@ table.dragshadow td.size {
|
||||||
|
|
||||||
.newFileMenu.popovermenu a.menuitem.active {
|
.newFileMenu.popovermenu a.menuitem.active {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
||||||
|
filter: alpha(opacity=100);
|
||||||
}
|
}
|
||||||
|
|
||||||
.newFileMenu.bubble:after {
|
.newFileMenu.bubble:after {
|
||||||
|
|
Loading…
Reference in New Issue