mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-12 12:59:57 +00:00
More Plugins - Button: use primary color (#4075)
* Update AddPlugins.tid * Update base.tid * Update AddPlugins.tid * Update AddPlugins.tid * Update base.tid
This commit is contained in:
parent
0a2d532a7b
commit
cb1d35e230
@ -2,6 +2,6 @@ title: $:/core/ui/ControlPanel/Plugins/AddPlugins
|
||||
|
||||
\define lingo-base() $:/language/ControlPanel/Plugins/
|
||||
|
||||
<$button message="tm-modal" param="$:/core/ui/ControlPanel/Modals/AddPlugins" tooltip={{$:/language/ControlPanel/Plugins/Add/Hint}} class="tc-btn-big-green" style="background:blue;">
|
||||
<$button message="tm-modal" param="$:/core/ui/ControlPanel/Modals/AddPlugins" tooltip={{$:/language/ControlPanel/Plugins/Add/Hint}} class="tc-btn-big-green tc-primary-btn">
|
||||
{{$:/core/images/download-button}} <<lingo Add/Caption>>
|
||||
</$button>
|
||||
|
@ -525,6 +525,10 @@ html body.tc-body .tc-btn-rounded:hover svg {
|
||||
fill: <<colour download-foreground>>;
|
||||
}
|
||||
|
||||
.tc-primary-btn {
|
||||
background: <<colour primary>>;
|
||||
}
|
||||
|
||||
.tc-sidebar-lists input {
|
||||
color: <<colour foreground>>;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user