aboutsummaryrefslogtreecommitdiffstats
path: root/search/search.css
diff options
context:
space:
mode:
Diffstat (limited to 'search/search.css')
-rw-r--r--search/search.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/search/search.css b/search/search.css
index e8187b17..81cdf576 100644
--- a/search/search.css
+++ b/search/search.css
@@ -100,8 +100,8 @@
display: none;
position: absolute;
left: 0; top: 0;
- border: 1px solid #ED9071;
- background-color: #FEF9F7;
+ border: 1px solid #77AFE7;
+ background-color: #F8FAFD;
z-index: 1;
padding-top: 4px;
padding-bottom: 4px;
@@ -145,7 +145,7 @@ a.SelectItem:active {
a.SelectItem:hover {
color: #FFFFFF;
- background-color: #B33D15;
+ background-color: #1D64AC;
outline-style: none;
text-decoration: none;
cursor: pointer;
@@ -164,7 +164,7 @@ iframe#MSearchResults {
position: absolute;
left: 0; top: 0;
border: 1px solid #000;
- background-color: #FCEEE9;
+ background-color: #EAF2FB;
}
/* ----------------------------------- */
@@ -199,7 +199,7 @@ body.SRPage {
.SRSymbol {
font-weight: bold;
- color: #C24217;
+ color: #206CB9;
font-family: Arial, Verdana, sans-serif;
text-decoration: none;
outline: none;
@@ -207,7 +207,7 @@ body.SRPage {
a.SRScope {
display: block;
- color: #C24217;
+ color: #206CB9;
font-family: Arial, Verdana, sans-serif;
text-decoration: none;
outline: none;
@@ -240,7 +240,7 @@ DIV.searchresults {
/*---------------- External search page results */
.searchresult {
- background-color: #FCF0EC;
+ background-color: #EDF4FB;
}
.pages b {