mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #16417 from owncloud/master-16415
fix theme in IE8 and IE9
This commit is contained in:
commit
7385b5dad9
1 changed files with 0 additions and 5 deletions
|
|
@ -64,11 +64,6 @@ select {
|
|||
visibility: hidden;
|
||||
}
|
||||
|
||||
/* fix installation screen rendering issue for IE8+9 */
|
||||
.lte9 #body-login {
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
/* oc-dialog only uses box shadow which is not supported by ie8 */
|
||||
.ie8 .oc-dialog {
|
||||
border: 1px solid #888888;
|
||||
|
|
|
|||
Loading…
Reference in a new issue