diff options
author | Andras Timar <andras.timar@collabora.com> | 2018-08-27 14:40:01 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2018-08-27 14:40:01 +0200 |
commit | 8ba018c6ff3bfff172150331b5a2d6cc8f0418ba (patch) | |
tree | a651126d0c8bafac0744027f1e52e7dd2afb3bcd | |
parent | a556b2de153dcc079d4ce98cb381b684e84c4e79 (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 b3c64bbde8..50c1530cea 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -582,7 +582,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 c2a7817064..f377702f9e 100644 --- a/help3xsl/online_transform.xsl +++ b/help3xsl/online_transform.xsl @@ -207,6 +207,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="🔍"/> |