Merge pull request #9700 from owncloud/ie8-fixes
[OC 7] IE8 styling fixes
This commit is contained in:
commit
038ba1d05d
1 changed files with 14 additions and 0 deletions
|
@ -91,3 +91,17 @@ select {
|
|||
background-color: #24282F;
|
||||
}
|
||||
|
||||
/* needed else IE8 will randomly hide the borders... */
|
||||
.ie8 table th#headerDate, table td.date,
|
||||
.ie8 table th.column-last, table td.column-last {
|
||||
position: static;
|
||||
}
|
||||
|
||||
.ie8 #controls {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.ie8 #content-wrapper {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue