Skip to content
Snippets Groups Projects
Commit f5a6d6b4 authored by Frank Karlitschek's avatar Frank Karlitschek
Browse files

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

Fix warning box in IE8
parents c93328bd 1c4dbaea
Branches
No related tags found
No related merge requests found
......@@ -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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment