[IE9] Set explicit height to file actions menu icon
IE9 flattened the icons, so give it an explicit height.
This commit is contained in:
parent
97b2a3964a
commit
b7a5d487f8
|
@ -696,6 +696,7 @@ em {
|
|||
.popovermenu .menuitem .no-icon {
|
||||
display: inline-block;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue