Fallback to border instead of box-shadow
This commit is contained in:
parent
16e5a1b100
commit
41d37446bb
|
@ -18,6 +18,10 @@
|
|||
z-index:75;
|
||||
}
|
||||
|
||||
.ie8 #searchresults {
|
||||
border: 1px solid #666 !important;
|
||||
}
|
||||
|
||||
#searchresults li.resultHeader {
|
||||
background-color:#eee;
|
||||
border-bottom:solid 1px #CCC;
|
||||
|
|
Loading…
Reference in New Issue