diff options
| author | ozturkemre <ozturkemry@gmail.com> | 2018-03-28 13:26:44 +0300 |
|---|---|---|
| committer | pranavk <pranavk@collabora.co.uk> | 2018-04-02 17:09:04 +0200 |
| commit | d990423011fed42a78b8fe4376ba2b17922957f1 (patch) | |
| tree | a20a834bd31afa9c54fb03fffa7e63df64d0ce28 /loleaflet/dist/toolbar.css | |
| parent | 2f620c3a3103248286c8f81d7111a3f3191bb5dd (diff) | |
tdf#116406 insert sheet now jump to correct sheet
Change-Id: I0bd6b35a3086283202a155bead6d666b42f0502c
Reviewed-on: https://gerrit.libreoffice.org/51368
Reviewed-by: pranavk <pranavk@collabora.co.uk>
Tested-by: pranavk <pranavk@collabora.co.uk>
Diffstat (limited to 'loleaflet/dist/toolbar.css')
| -rw-r--r-- | loleaflet/dist/toolbar.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loleaflet/dist/toolbar.css b/loleaflet/dist/toolbar.css index d18e62f65..1e16ef1a1 100644 --- a/loleaflet/dist/toolbar.css +++ b/loleaflet/dist/toolbar.css @@ -274,6 +274,7 @@ button.leaflet-control-search-next .w2ui-icon.help{ background: url('../images/lc_helpindex.svg') no-repeat center !important; } .w2ui-icon.incrementindent{ background: url('../images/lc_decrementlevel.svg') no-repeat center !important; } .w2ui-icon.insertpage{ background: url('../images/lc_insertpage.svg') no-repeat center !important; } +.w2ui-icon.insertsheet{ background: url('../images/plus.svg') no-repeat center !important; } .w2ui-icon.italic{ background: url('../images/lc_italic.svg') no-repeat center !important; } .w2ui-icon.insertgraphic{ background: url('../images/lc_gallery.svg') no-repeat center !important; } .w2ui-icon.inserttable{ background: url('../images/lc_inserttable.svg') no-repeat center !important; } |
