Skip to content

Commit 46e16f2

Browse files
committed
Make the selected search entry stand out better
1 parent ec662f1 commit 46e16f2

File tree

1 file changed

+7
-3
lines changed
  • lib/rdoc/generator/template/darkfish

1 file changed

+7
-3
lines changed

lib/rdoc/generator/template/darkfish/rdoc.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -561,13 +561,17 @@ pre {
561561
text-shadow: none;
562562
}
563563

564-
#search-results .current .search-match {
565-
font-weight: bold;
564+
#search-results .current {
565+
background: #ccc;
566+
border-bottom: 1px solid transparent;
566567
}
567568

568569
#search-results li {
569570
list-style: none;
570-
border-bottom: 1px solid #AAA;
571+
border-bottom: 1px solid #aaa;
572+
-moz-border-radius: 4px;
573+
-webkit-border-radius: 4px;
574+
border-radius: 4px;
571575
margin-bottom: 0.5em;
572576
}
573577

0 commit comments

Comments
 (0)