loleaflet/css/device-desktop.css | 12 ++++++++++++ 1 file changed, 12 insertions(+)
New commits: commit 496c4162a897d5aae2185f51685880816af3144c Author: Pedro Pinto Silva <[email protected]> AuthorDate: Thu Mar 26 11:25:52 2020 +0100 Commit: Pedro Pinto da Silva <[email protected]> CommitDate: Mon Apr 6 12:13:28 2020 +0200 Calc: desktop: formula bar: Decrease size of selection handles and adjust position, improving and fixing changes started with b906c6985ab0c9478699a409eb4974cfb1e30d2e Change-Id: Ic9927a725240658d03ed764b1136088edc8d99f3 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91091 Tested-by: Jenkins CollaboraOffice <[email protected]> Tested-by: Pedro Pinto da Silva <[email protected]> Reviewed-by: Pedro Pinto da Silva <[email protected]> diff --git a/loleaflet/css/device-desktop.css b/loleaflet/css/device-desktop.css index 401e892a3..9a451a700 100644 --- a/loleaflet/css/device-desktop.css +++ b/loleaflet/css/device-desktop.css @@ -1,2 +1,14 @@ /* CSS specific for desktop browsers. */ +/* Related to selectionMarkers.css on formulabar*/ +#tb_formulabar_item_formula .inputbar_selection_handles *{ + background-size: 20px; + background-position-y: top; + width: 20px; + background-repeat: no-repeat; + margin-left:1px !important; + transform: translateY(-12px); +} +#tb_formulabar_item_formula .inputbar_selection_handles .leaflet-selection-marker-start{ + margin-left:-20px !important; +} _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
