diff options
author | Andras Timar <andras.timar@collabora.com> | 2018-08-27 14:40:01 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-07-14 21:18:57 +0200 |
commit | 3b04bb755fa447d5fbf1669bddb55725b667b201 (patch) | |
tree | ef2ecd4e1d79d85dc78196ea59f389afd2902b5a | |
parent | 4aeac3fa2e9c50c8e32e17e4afb6241264e98ef2 (diff) |
[cp] Xapian search styling
Change-Id: I59d8ca6a1c2c5e6310393c69c8f647a22479eee7
-rw-r--r-- | help3xsl/default.css | 2 | ||||
-rw-r--r-- | help3xsl/online_transform.xsl | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index e2bb6b30ac..b6036f7890 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -601,7 +601,7 @@ li.disabled a { background-color: #5c3de2; border: 3px solid #5c3de2; border-radius: 8px; - color: #5c3de2; + color: white; padding: 5px 30px; text-align: center; text-decoration: none; diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index abf8c0f819..40dddc353f 100644 --- a/help3xsl/online_transform.xsl +++ b/help3xsl/online_transform.xsl @@ -222,6 +222,7 @@ <div class="xapian-omega-search"> <form name="P" method="get" action="/cgi-bin/omega/omega" target="_top"> <input type="hidden" name="DB" value="{$lang}"/> + <input type="hidden" name="FMT" value="cp-query"/> <input type="hidden" name="DEFAULTOP" value="and"/> <input id="omega-autofocus" type="search" name="P" size="65"/> <input type="submit" class="xapian-omega-search-button" value="🔍"/> |