Browse Source

[IE9] Set explicit height to file actions menu icon

IE9 flattened the icons, so give it an explicit height.
tags/v9.0beta1
Vincent Petry 8 years ago
parent
commit
b7a5d487f8
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      core/css/apps.css

+ 1
- 0
core/css/apps.css View File

@@ -696,6 +696,7 @@ em {
.popovermenu .menuitem .no-icon {
display: inline-block;
width: 16px;
height: 16px;
margin-right: 10px;
}


Loading…
Cancel
Save