Merge pull request #8609 from owncloud/ie8-svgfallbackforicons

SVG fallback for a few icons
This commit is contained in:
Vincent Petry 2014-05-17 18:20:47 +02:00
commit b3d12412ce
1 changed files with 15 additions and 0 deletions

View File

@ -10,6 +10,21 @@
background-image: url('../img/actions/delete-hover.png');
}
.lte9 .icon-triangle-e {
background-image: url('../img/actions/triangle-e.png');
}
.lte9 .icon-triangle-n {
background-image: url('../img/actions/triangle-n.png');
}
.lte9 .icon-triangle-s {
background-image: url('../img/actions/triangle-s.png');
}
.lte9 .icon-settings,
.lte9 .settings-button {
background-image: url('../img/actions/settings.png');
}
/* IE8 needs background to be set to same color to make transparency look good. */
.lte9 #body-login form input[type="text"] {
border: 1px solid lightgrey; /* use border to add 1px line between input fields */