add fix for checkmark icon for IE8
This commit is contained in:
parent
95cfe292f4
commit
4b2d80a34b
|
@ -20,6 +20,10 @@ select {
|
|||
background-image: url('../img/actions/delete-hover.png');
|
||||
}
|
||||
|
||||
.ie8 .icon-checkmark {
|
||||
background-image: url('../img/actions/checkmark.png');
|
||||
}
|
||||
|
||||
.lte9 .icon-triangle-e {
|
||||
background-image: url('../img/actions/triangle-e.png');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue