loleaflet: fix foreground and background color
Change-Id: Ib33cbec03e9f9a233540752aa442a984c6d5d665
This commit is contained in:
parent
54bddfa696
commit
fef3d53c8a
1 changed files with 2 additions and 2 deletions
|
@ -684,8 +684,8 @@ function createToolbar() {
|
|||
{type: 'button', id: 'underline', img: 'underline', hint: _UNO('.uno:Underline'), uno: 'Underline', disabled: true},
|
||||
{type: 'button', id: 'strikeout', img: 'strikeout', hint: _UNO('.uno:Strikeout'), uno: 'Strikeout', disabled: true},
|
||||
{type: 'break'},
|
||||
{type: 'button', id: 'fontcolor', img: 'textcolor', hint: _UNO('.uno:FontColor')},
|
||||
{type: 'button', id: 'backcolor', img: 'backcolor', hint: _UNO('.uno:BackgroundColor')},
|
||||
{type: 'text-color', id: 'fontcolor', img: 'textcolor', hint: _UNO('.uno:FontColor')},
|
||||
{type: 'color', id: 'backcolor', img: 'backcolor', hint: _UNO('.uno:BackgroundColor')},
|
||||
{type: 'break' , mobile:false},
|
||||
{type: 'button', id: 'leftpara', img: 'alignleft', hint: _UNO('.uno:LeftPara', '', true), uno: 'LeftPara', unosheet: 'AlignLeft', disabled: true},
|
||||
{type: 'button', id: 'centerpara', img: 'alignhorizontal', hint: _UNO('.uno:CenterPara', '', true), uno: 'CenterPara', unosheet: 'AlignHorizontalCenter', disabled: true},
|
||||
|
|
Loading…
Reference in a new issue