mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Fallback to border instead of box-shadow
This commit is contained in:
parent
16e5a1b100
commit
41d37446bb
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,10 @@
|
|||
width:26.5em;
|
||||
z-index:75;
|
||||
}
|
||||
|
||||
.ie8 #searchresults {
|
||||
border: 1px solid #666 !important;
|
||||
}
|
||||
|
||||
#searchresults li.resultHeader {
|
||||
background-color:#eee;
|
||||
|
|
|
|||
Loading…
Reference in a new issue