Calc: spreadsheet protected status: use better icon

Before this commit, the icon that is placed in the protected spreadsheet's tab
was too big and bulky. Opt for a smaller and more minimal version of
that so it balances better with the accompanying spreadsheet's name.

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I9ab688262ddaed21a067b904f51569ee87355298
pull/8452/head
Pedro Pinto Silva 2024-02-26 14:50:05 +01:00 committed by pedropintosilva
parent 1510192b42
commit ab9dacd26f
2 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,7 @@
.spreadsheet-tab.spreadsheet-tab-protected > .lock, .spreadsheet-tab.spreadsheet-tab-protected:hover > .lock {
width: 16px;
height: 16px;
background-image: url('images/lc_protect.svg') !important;
background-image: url('images/lc_spreadsheet_protected.svg') !important;
background-repeat: no-repeat !important;
}

View File

@ -0,0 +1 @@
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">/&amp;amp;amp;amp;gt;<path d="m8 3a3 3 0 0 0-3 3v1c-0.554 0-1 0.446-1 1v4c0 0.554 0.446 1 1 1h6c0.554 0 1-0.446 1-1v-4c0-0.554-0.46179-0.86866-1-1v-1a3 3 0 0 0-3-3zm0 1a2 2 0 0 1 2 2v1h-4v-1a2 2 0 0 1 2-2z" fill="#ed8733"/><path d="m5 8h6v4h-6z" fill="#f8db8f"/></svg>

After

Width:  |  Height:  |  Size: 343 B