diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2016-10-20 17:34:20 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2016-10-21 10:29:18 +0000 |
commit | c18e169ce817f940bede186166540913cb564b4c (patch) | |
tree | 3d1445420649d3789407a44db85b56762e39103f | |
parent | ac374ebf05196c928aac56b6b0b19a2f670503ca (diff) |
tdf#90937 Adjust Note cell style border width and color
Change-Id: I1ce6d39738ef199c55d95737d7b12cd68af01ace
Reviewed-on: https://gerrit.libreoffice.org/30104
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
-rw-r--r-- | sc/res/xml/styles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/res/xml/styles.xml b/sc/res/xml/styles.xml index d8e114a5c13e..38878f777701 100644 --- a/sc/res/xml/styles.xml +++ b/sc/res/xml/styles.xml @@ -12,7 +12,7 @@ <style:style style:name="Text" style:family="table-cell" style:parent-style-name="Default"/> <style:style style:name="Note" style:family="table-cell" style:parent-style-name="Text"> - <style:table-cell-properties fo:background-color="#ffffcc" fo:border="0.06pt solid #000000"/> + <style:table-cell-properties fo:background-color="#ffffcc" fo:border="0.75pt solid #808080"/> <style:text-properties fo:color="#333333"/> </style:style> <style:style style:name="Footnote" style:family="table-cell" style:parent-style-name="Text"> |