diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2009-07-20 20:05:52 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2009-07-20 20:05:52 (GMT) |
commit | 6e28050ef5483e624122b0bacb998c40664f78ee (patch) | |
tree | b8b0cb3ac894bdb88087d78e328a8a0d88943b97 /src/search.css | |
parent | 7c0a46b50fad0925e47b78326f8c2e92e3829fb4 (diff) | |
download | Doxygen-6e28050ef5483e624122b0bacb998c40664f78ee.zip Doxygen-6e28050ef5483e624122b0bacb998c40664f78ee.tar.gz Doxygen-6e28050ef5483e624122b0bacb998c40664f78ee.tar.bz2 |
Release-1.5.9-20090720
Diffstat (limited to 'src/search.css')
-rw-r--r-- | src/search.css | 50 |
1 files changed, 24 insertions, 26 deletions
diff --git a/src/search.css b/src/search.css index 7f316ab..0ef06d9 100644 --- a/src/search.css +++ b/src/search.css @@ -17,11 +17,12 @@ color: #999999; background-color: #FFFFFF; font-style: normal; - cursor: pointer; + cursor: text; padding: 0px 1px; margin: 0px 6px 0px 0px; border: none; outline: none; + vertical-align: middle; } #MSearchBox.MSearchBoxInactive:hover #MSearchField { background-color: #FFFFFF; @@ -41,14 +42,26 @@ display : inline; background : none; font: 9pt Verdana, sans-serif; - margin-right: -6px; - padding: 0; border: none; margin: 0px 0px 0px 6px; - vertical-align: bottom; + vertical-align: middle; + padding: 0px 0px; +} + +#MSearchClose { + float : none; + display : none; + background : none; + border: none; + margin: 0px 4px 0px 0px; padding: 0px 0px; - background-color: #84B0C7; + outline: none; +} + +#MSearchCloseImg { + vertical-align: middle; } + .MSearchBoxLeft { display: block; text-align: left; @@ -108,7 +121,7 @@ a.SelectItem { padding-left: 6px; padding-right: 12px; } -a.SelectItem:visited, +a.SelectItem:focus, a.SelectItem:active { color: #000000; outline-style: none; @@ -136,26 +149,6 @@ iframe#MSearchResults { border: 1px solid #000000; background-color: #EEF3F5; } -#MSearchResultsWindowClose { - font-weight: bold; - font-size: 8pt; - display: block; - padding: 0px; - margin: 0px; - text-align: right; - text-decoration: none; - outline-style: none; - } -#MSearchResultsWindowClose:link, -#MSearchResultsWindowClose:visited { - color: #8A8A8A; - background-color: #8A8A8A; - } -#MSearchResultsWindowClose:active, -#MSearchResultsWindowClose:hover { - color: #9E9E9E; - background-color: #9E9E9E; - } /* ----------------------------------- */ @@ -198,6 +191,11 @@ a.SRScope { outline: none; } +a.SRSymbol:focus, a.SRSymbol:active, +a.SRScope:focus, a.SRScope:active { + text-decoration: underline; +} + .SRPage .SRStatus { padding: 2px 5px; font-size: 8pt; |