Skip to content
Snippets Groups Projects
Commit f2ea3b59 authored by Vincent Petry's avatar Vincent Petry
Browse files

Fixed IE8 style issues in files app

- fixed missing scrollbar in personal page
- fixed controls bar transparency: opaque white in IE8
- fixed files table borders in IE8
parent d58c8d72
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment