Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2013-07-02 19:46:37 +0400
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2013-07-09 16:43:02 +0400
commit97d1b07445ccf19dc2e34a04e7c397e8d905c913 (patch)
treee93f28e5af667c91b1de2e080dcf9ebe2badb2c9
parent0916bff81d57ce2df16350164bae460946a79b4a (diff)
Fallback to border instead of box-shadow
-rw-r--r--search/css/results.css4
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;