Skip to content
Snippets Groups Projects
Commit d4801e07 authored by Vincent Petry's avatar Vincent Petry
Browse files

Fallback for triangle icons

parent 43d6650d
Branches
No related tags found
No related merge requests found
......@@ -10,6 +10,16 @@
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');
}
/* 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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment