bef32043d6
- Fix duplicated properties (ignore cases where it's needed for browser compatibility); - Fix space inconsistencies before ! - Fix space inconsistencies after colon - Fix space inconsistencies after and before combinator (>, +, ~) - Invalid calc - Many rules added to json, namely no-extra-semicolons Change-Id: I78af6bc546aeb1d7d7090e2ef278c895f0393a07 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/102289 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Pedro Silva <pedro.silva@collabora.com>
14 lines
436 B
CSS
14 lines
436 B
CSS
/* 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;
|
|
}
|