mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-27 15:50:53 -07:00
Highlight savewiki text as well as icon
This commit is contained in:
parent
18f1634802
commit
f589e56692
2 changed files with 4 additions and 3 deletions
|
|
@ -3,12 +3,12 @@ tags: $:/tags/PageControls
|
|||
caption: {{$:/core/images/save-button}} {{$:/language/Buttons/SaveWiki/Caption}}
|
||||
|
||||
<$button message="tw-save-wiki" title={{$:/language/Buttons/SaveWiki/Hint}} aria-label={{$:/language/Buttons/SaveWiki/Caption}} class=<<tw-config-toolbar-class>>>
|
||||
<$list filter="[<tw-config-toolbar-icons>prefix[yes]]">
|
||||
<span class="tw-dirty-indicator">
|
||||
<$list filter="[<tw-config-toolbar-icons>prefix[yes]]">
|
||||
{{$:/core/images/save-button}}
|
||||
</span>
|
||||
</$list>
|
||||
<$list filter="[<tw-config-toolbar-text>prefix[yes]]">
|
||||
<$text text={{$:/language/Buttons/SaveWiki/Caption}}/>
|
||||
</$list>
|
||||
</span>
|
||||
</$button>
|
||||
|
|
@ -1323,6 +1323,7 @@ canvas.tw-edit-bitmapeditor {
|
|||
** Dirty indicator
|
||||
*/
|
||||
|
||||
body.tw-dirty .tw-dirty-indicator svg {
|
||||
body.tw-dirty span.tw-dirty-indicator, body.tw-dirty span.tw-dirty-indicator svg {
|
||||
fill: <<colour dirty-indicator>>;
|
||||
color: <<colour dirty-indicator>>;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue