SVG fallback for settings icon

This commit is contained in:
Vincent Petry 2014-05-16 11:17:38 +02:00
parent d4801e078e
commit 9d3fcfcac8

View file

@ -19,6 +19,11 @@
.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"] {