mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-19 11:24:14 +08:00
Merge pull request #2907 from urbanrotnik/ur-sci-5045-remove-border
Remove border, update copy [SCI-5045]
This commit is contained in:
commit
d43d487d33
2 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
|||
.content-pane.my-modules-protocols-index {
|
||||
.status-flow-dropdown {
|
||||
.dropdown-toggle {
|
||||
border: 0;
|
||||
color: $color-white;
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
|
|
|
@ -5,7 +5,7 @@ en:
|
|||
status_transitioning_label: 'Transitioning to:'
|
||||
move_label: 'Move to'
|
||||
return_label: 'Return to'
|
||||
view_flow_label: 'View task flow'
|
||||
view_flow_label: 'View status flow'
|
||||
no_permission_label: 'You don’t have permission to change the status of this task.'
|
||||
update_status:
|
||||
error:
|
||||
|
|
Loading…
Add table
Reference in a new issue