[Libreoffice-commits] help.git: help3xsl/default.css

Adolfo Jayme Barrientos (via logerrit) logerrit at kemper.freedesktop.org
Fri May 15 09:07:02 UTC 2020


 help3xsl/default.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ede87672c15c3b15ff59a8393d4746c6915d82b7
Author:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
AuthorDate: Fri May 15 04:05:43 2020 -0500
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Fri May 15 04:06:37 2020 -0500

    CSS: Change selection color
    
    It doesn’t play nice anymore since 4d6b5e5f74c50cc440a46fada8fa89ad2f946749
    
    Change-Id: Ib897702ad32915164e277e092103c295bba41366

diff --git a/help3xsl/default.css b/help3xsl/default.css
index b3fd81d7d..11c544094 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -91,7 +91,7 @@ body {
     line-height: normal;
 }
 ::selection {
-    background: #BFFFB7;
+    background: #A0F3FF;
 }
 a {
     text-decoration: none;


More information about the Libreoffice-commits mailing list