Fallback to border instead of box-shadow

This commit is contained in:
Victor Dubiniuk 2013-07-02 18:46:37 +03:00
parent 16e5a1b100
commit 41d37446bb
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@
width:26.5em;
z-index:75;
}
.ie8 #searchresults {
border: 1px solid #666 !important;
}
#searchresults li.resultHeader {
background-color:#eee;