[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2' - loleaflet/css

Pranam Lashkari (via logerrit) logerrit at kemper.freedesktop.org
Wed Jun 10 14:41:46 UTC 2020


 loleaflet/css/partsPreviewControl.css |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6454db07b4a434d87e361b8942efd0aeeaf5527c
Author:     Pranam Lashkari <lpranam at collabora.com>
AuthorDate: Thu May 21 00:05:57 2020 +0530
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Wed Jun 10 16:41:28 2020 +0200

    leaflet: make slide selected border visible
    
    Change-Id: I5778dd2b212eeaf9789219201cb60630859749d3
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/94595
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Tested-by: Jenkins
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/96008

diff --git a/loleaflet/css/partsPreviewControl.css b/loleaflet/css/partsPreviewControl.css
index 0d07b3d0c..46666d85a 100644
--- a/loleaflet/css/partsPreviewControl.css
+++ b/loleaflet/css/partsPreviewControl.css
@@ -41,8 +41,8 @@
 
 /* One of (potentially many) selected parts, but not the current. */
 .preview-img-selectedpart {
-    border-color: #000000;
-    border-style: dotted;
+    border-color: #0b87e780 !important;
+    border-style: solid;
 }
 
 /* Highlight where a slide can be dropped when reordering by drag-and-drop. */


More information about the Libreoffice-commits mailing list