Merge pull request #5200 from owncloud/ie8-warning-fix

Fix warning box in IE8
This commit is contained in:
Frank Karlitschek 2013-10-20 23:55:18 -07:00
commit f5a6d6b43e
1 changed files with 5 additions and 0 deletions

View File

@ -48,3 +48,8 @@
.ie8 .oc-dialog {
border: 1px solid #888888;
}
/* IE8 doesn't support transparent background - let's emulate black with an opacity of .3 on a dark blue background*/
.ie8 fieldset .warning, .ie8 #body-login .error {
background-color: #1B314D;
}