mirror of
https://github.com/nextcloud/server.git
synced 2026-03-21 10:00:33 -04:00
Move IE8 fixes to fixes.css
This commit is contained in:
parent
6c0e27ac99
commit
d17094e0a5
2 changed files with 5 additions and 1 deletions
|
|
@ -86,3 +86,8 @@ select {
|
|||
left: 6px;
|
||||
}
|
||||
|
||||
/* fix background of navigation popup in IE8 */
|
||||
.ie8 #navigation {
|
||||
background-color: #24282F;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -129,7 +129,6 @@
|
|||
max-height: 85%;
|
||||
margin-top: 0;
|
||||
padding-bottom: 10px;
|
||||
background-color: #24282F;
|
||||
background-color: rgba(36, 40, 47, .97);
|
||||
border-bottom-right-radius: 7px;
|
||||
box-shadow: 0 0 7px rgba(29,45,68,.97);
|
||||
|
|
|
|||
Loading…
Reference in a new issue