mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 01:28:08 -04:00
add fix for checkmark icon for IE8
This commit is contained in:
parent
95cfe292f4
commit
4b2d80a34b
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue