mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 18:00:26 +00:00
Highlight savewiki text as well as icon
This commit is contained in:
parent
18f1634802
commit
f589e56692
@ -3,12 +3,12 @@ tags: $:/tags/PageControls
|
|||||||
caption: {{$:/core/images/save-button}} {{$:/language/Buttons/SaveWiki/Caption}}
|
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>>>
|
<$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">
|
<span class="tw-dirty-indicator">
|
||||||
|
<$list filter="[<tw-config-toolbar-icons>prefix[yes]]">
|
||||||
{{$:/core/images/save-button}}
|
{{$:/core/images/save-button}}
|
||||||
</span>
|
|
||||||
</$list>
|
</$list>
|
||||||
<$list filter="[<tw-config-toolbar-text>prefix[yes]]">
|
<$list filter="[<tw-config-toolbar-text>prefix[yes]]">
|
||||||
<$text text={{$:/language/Buttons/SaveWiki/Caption}}/>
|
<$text text={{$:/language/Buttons/SaveWiki/Caption}}/>
|
||||||
</$list>
|
</$list>
|
||||||
|
</span>
|
||||||
</$button>
|
</$button>
|
@ -1323,6 +1323,7 @@ canvas.tw-edit-bitmapeditor {
|
|||||||
** Dirty indicator
|
** 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>>;
|
fill: <<colour dirty-indicator>>;
|
||||||
|
color: <<colour dirty-indicator>>;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user