diff options
author | Victor Dubiniuk <victor.dubiniuk@gmail.com> | 2013-07-02 18:46:37 +0300 |
---|---|---|
committer | Victor Dubiniuk <victor.dubiniuk@gmail.com> | 2013-07-02 18:47:02 +0300 |
commit | 41d37446bb993dbdac7b7cace3809b139ff62687 (patch) | |
tree | a5c8ca6032aad122c8a2796e9192d07e10fb5186 /search | |
parent | 16e5a1b10025c84465caf93458c40efb8a6aa87d (diff) | |
download | nextcloud-server-41d37446bb993dbdac7b7cace3809b139ff62687.tar.gz nextcloud-server-41d37446bb993dbdac7b7cace3809b139ff62687.zip |
Fallback to border instead of box-shadow
Diffstat (limited to 'search')
-rw-r--r-- | search/css/results.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/search/css/results.css b/search/css/results.css index c6329a2c02a..2f092f3789c 100644 --- a/search/css/results.css +++ b/search/css/results.css @@ -17,6 +17,10 @@ width:26.5em; z-index:75; } + + .ie8 #searchresults { + border: 1px solid #666 !important; + } #searchresults li.resultHeader { background-color:#eee; |