summaryrefslogtreecommitdiff
path: root/resources/jquery/jquery.suggestions.css
diff options
context:
space:
mode:
Diffstat (limited to 'resources/jquery/jquery.suggestions.css')
-rw-r--r--resources/jquery/jquery.suggestions.css13
1 files changed, 4 insertions, 9 deletions
diff --git a/resources/jquery/jquery.suggestions.css b/resources/jquery/jquery.suggestions.css
index 74094c53..3cbdad22 100644
--- a/resources/jquery/jquery.suggestions.css
+++ b/resources/jquery/jquery.suggestions.css
@@ -3,9 +3,9 @@
.suggestions {
overflow: hidden;
position: absolute;
- top: 0px;
- left: 0px;
- width: 0px;
+ top: 0;
+ left: 0;
+ width: 0;
border: none;
z-index: 1099;
padding: 0;
@@ -17,7 +17,7 @@ html > body .suggestions {
}
.suggestions-special {
position: relative;
- background-color: Window;
+ background-color: white;
font-size: 0.8em;
cursor: pointer;
border: solid 1px #aaaaaa;
@@ -30,7 +30,6 @@ html > body .suggestions {
}
.suggestions-results {
background-color: white;
- background-color: Window;
font-size: 0.8em;
cursor: pointer;
border: solid 1px #aaaaaa;
@@ -39,7 +38,6 @@ html > body .suggestions {
}
.suggestions-result {
color: black;
- color: WindowText;
margin: 0;
line-height: 1.5em;
padding: 0.01em 0.25em;
@@ -47,9 +45,7 @@ html > body .suggestions {
}
.suggestions-result-current {
background-color: #4C59A6;
- background-color: Highlight;
color: white;
- color: HighlightText;
}
.suggestions-special .special-label {
font-size: 0.8em;
@@ -67,7 +63,6 @@ html > body .suggestions {
.suggestions-result-current .special-label,
.suggestions-result-current .special-query {
color: white;
- color: HighlightText;
}
.autoellipsis-matched,
.highlight {