[frio] Restore focus styles
- Replace .btn-main by .btn-primary - Harmonize focus styles between buttons and form controls based on the theme scheme
This commit is contained in:
parent
1b0a8ec5c0
commit
50622d27d1
3 changed files with 18 additions and 48 deletions
|
@ -46,7 +46,7 @@ Some parts of this template will be moved by js to other places (see theme.js) -
|
|||
</div>
|
||||
|
||||
{{if $s}}
|
||||
<a href="search/saved/add?term={{$q}}&return_url={{$return_url}}" class="btn btn-sm btn-main pull-right" id="search-save" title="{{$save_label}}" aria-label="{{$save_label}}" value="{{$save_label}}" data-toggle="tooltip">
|
||||
<a href="search/saved/add?term={{$q}}&return_url={{$return_url}}" class="btn btn-sm btn-primary pull-right" id="search-save" title="{{$save_label}}" aria-label="{{$save_label}}" value="{{$save_label}}" data-toggle="tooltip">
|
||||
{{if $mode == "tag"}}
|
||||
<i class="fa fa-plus fa-2x" aria-hidden="true"></i>
|
||||
{{else}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue