[Libreoffice-commits] help.git: Branch 'distro/collabora/cp-6.2' - help3xsl/default.css

Pedro Silva (via logerrit) logerrit at kemper.freedesktop.org
Fri Dec 20 10:53:41 UTC 2019


 help3xsl/default.css |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

New commits:
commit 630c355b9bb5f94ac9bd98d98f066730ae94fb2a
Author:     Pedro Silva <pedro.silva at collabora.com>
AuthorDate: Fri Dec 20 11:52:57 2019 +0100
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Fri Dec 20 11:53:10 2019 +0100

    [cp] Update CSS for Search button
    
    Change-Id: I31d73820814c8587edbb75fdb26aaba62e6375aa

diff --git a/help3xsl/default.css b/help3xsl/default.css
index a4110e4a9..025f8a657 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 {


More information about the Libreoffice-commits mailing list