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>
12 lines
224 B
CSS
12 lines
224 B
CSS
@-moz-document url-prefix() {
|
|
#formulabar #formulaInput, #formulabar #addressInput{
|
|
border-radius: 0px;
|
|
border: 1px solid #bbbbbb !important;
|
|
}
|
|
#toolbar-wrapper{
|
|
border-top: none;
|
|
}
|
|
#toolbar-up{
|
|
top: -1px;
|
|
}
|
|
}
|