mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
Added tabindex and accesskeys for common input controls.
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
.widget-content.padded
|
||||
|
||||
.input-group.form-inline
|
||||
input(type=text, ng-model='command', ng-enter='run(command)', text-focus-select).form-control.shell-input
|
||||
input(type=text, ng-model='command', ng-enter='run(command)', text-focus-select,
|
||||
tabindex='30', accesskey='S').form-control.shell-input
|
||||
span.input-group-btn
|
||||
// , tooltip='{{"Run Command"|translate}}'
|
||||
button.btn.btn-primary-outline(ng-click='run(command)', ng-disabled='!command')
|
||||
|
||||
Reference in New Issue
Block a user