Merge pull request #8999 from owncloud/issue/8996
Issue/8996 IE8 issues with the new menu
This commit is contained in:
commit
dff4ad3e00
4 changed files with 6 additions and 1 deletions
|
@ -86,3 +86,8 @@ select {
|
|||
left: 6px;
|
||||
}
|
||||
|
||||
/* fix background of navigation popup in IE8 */
|
||||
.ie8 #navigation {
|
||||
background-color: #24282F;
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 296 B After Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 761 B After Width: | Height: | Size: 3 KiB |
|
@ -52,7 +52,7 @@
|
|||
<div class="header-appname">
|
||||
<?php p(!empty($_['application'])?$_['application']: $l->t('Apps')); ?>
|
||||
</div>
|
||||
<div class="icon-caret"></div>
|
||||
<div class="icon-caret svg"></div>
|
||||
</a>
|
||||
<div id="logo-claim" style="display:none;"><?php p($theme->getLogoClaim()); ?></div>
|
||||
<div id="settings" class="svg">
|
||||
|
|
Loading…
Reference in a new issue