X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fhelp%2Fhelp.css;fp=EarlyBlue%2Fhelp%2Fhelp.css;h=211e8fa728bcf5ff1c5a73d85ada471b8bd191a3;hp=3c5f9e96527ca4087c12840cc8661d852a7e8987;hb=fb2b576119cbcf95387a59fc2e3af29cd97a9a21;hpb=9162a092d2729702ec879ee58403181514202e50 diff --git a/EarlyBlue/help/help.css b/EarlyBlue/help/help.css index 3c5f9e96..211e8fa7 100644 --- a/EarlyBlue/help/help.css +++ b/EarlyBlue/help/help.css @@ -117,3 +117,14 @@ #context-copy[disabled="true"] { display: none; } + +/* make findbar appear above content */ +#appcontent { + -moz-box-direction: reverse; +} + +/* style findbar for being on top */ +#FindToolbar { + border-bottom: 1px solid #666699; + border-top: 1px solid transparent; +}