diff options
-rw-r--r-- | help3xsl/default.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index a4110e4a94..025f8a657a 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -597,16 +597,17 @@ li.disabled a { margin: 40px auto 0 auto; } .xapian-omega-search-button { - background-color: #5c3de2; - border: 3px solid #5c3de2; + background: none; + border: none; border-radius: 8px; - color: white; - padding: 5px 30px; + color: #5c3de2; + padding: 0px 12px; text-align: center; text-decoration: none; display: inline-block; font-size: 24px; - margin: 4px 10px; + margin: 0px 10px; + vertical-align: middle; cursor: pointer; } .modules { |