loleaflet/css/spreadsheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bff1ef7c1971335c258f1fcf0059fd62c59a13b7 Author: Aron Budea <[email protected]> AuthorDate: Mon Feb 18 21:49:46 2019 +0100 Commit: Andras Timar <[email protected]> CommitDate: Mon Feb 18 22:16:58 2019 +0100 loleaflet: Use correct location of drop-down-button.svg Regression from 8618885b3175781a95573c261f876e8626978573 Change-Id: I04a5eb6c18807e16e03f73c3850c35c2cdbbb676 Reviewed-on: https://gerrit.libreoffice.org/67987 Reviewed-by: Aron Budea <[email protected]> Tested-by: Aron Budea <[email protected]> (cherry picked from commit d18cb90a684a49daa3d0683172b5b4a24a2fc5f1) Reviewed-on: https://gerrit.libreoffice.org/67988 Reviewed-by: Andras Timar <[email protected]> Tested-by: Andras Timar <[email protected]> diff --git a/loleaflet/css/spreadsheet.css b/loleaflet/css/spreadsheet.css index 07f27f6e7..4411b69ab 100644 --- a/loleaflet/css/spreadsheet.css +++ b/loleaflet/css/spreadsheet.css @@ -207,7 +207,7 @@ margin-top: 0px; width: 18px; height: 17px; - background-image: url('../images/drop-down-button.svg'); + background-image: url('images/drop-down-button.svg'); background-size: 100% 100%; background-repeat: no-repeat; } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
