diff options
author | Pedro Silva <pedro.silva@collabora.com> | 2019-12-20 11:52:57 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-12-20 11:53:10 +0100 |
commit | 630c355b9bb5f94ac9bd98d98f066730ae94fb2a (patch) | |
tree | f9b65b917bb0dac28a787bccd5ce420916f8c145 | |
parent | ed403e60c4ce64e952c8f95c0f0db291cff2d1af (diff) |
[cp] Update CSS for Search buttoncp-6.2-9cp-6.2-8cp-6.2-7cp-6.2-5cp-6.2-4cp-6.2-3cp-6.2-10co-6.2-9CP-Android-iOS-4.2.2CP-Android-iOS-4.2.1CP-Android-iOS-4.2.0CODE-4.2.2-2CODE-4.2.2-1CODE-4.2.1-2CODE-4.2.1-1CODE-4.2.0-4CODE-4.2.0-3CODE-4.2.0-2
Change-Id: I31d73820814c8587edbb75fdb26aaba62e6375aa
-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 { |