loleaflet/css/partsPreviewControl.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 6454db07b4a434d87e361b8942efd0aeeaf5527c Author: Pranam Lashkari <[email protected]> AuthorDate: Thu May 21 00:05:57 2020 +0530 Commit: Andras Timar <[email protected]> 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 <[email protected]> Tested-by: Jenkins Reviewed-by: Andras Timar <[email protected]> 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. */ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
