mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 05:02:50 +08:00
Label templates to toolbar copy [SCI-8369]
This commit is contained in:
parent
4737a2d4bc
commit
33e9057fef
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
background: $color-concrete;
|
background: $color-concrete;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|
||||||
.btn:hover {
|
.btn.btn-light:hover {
|
||||||
background: $color-white;
|
background: $color-white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -907,7 +907,7 @@ en:
|
||||||
templates_deleted: 'Successfully deleted Label template(s)'
|
templates_deleted: 'Successfully deleted Label template(s)'
|
||||||
template_set_as_default: 'Successfully set template as default'
|
template_set_as_default: 'Successfully set template as default'
|
||||||
toolbar:
|
toolbar:
|
||||||
new: 'New template'
|
new: 'New label template'
|
||||||
check_for_updates: 'Check for updates'
|
check_for_updates: 'Check for updates'
|
||||||
edit: 'Edit'
|
edit: 'Edit'
|
||||||
duplicate: 'Duplicate'
|
duplicate: 'Duplicate'
|
||||||
|
|
Loading…
Reference in a new issue