mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
9343f94131
This should be a button given it's an action, and making it a button means it can be activated using either the space or enter keys, instead of just enter.
12 lines
252 B
CSS
12 lines
252 B
CSS
/* enrol_lti styles */
|
|
|
|
#registration-tab-content .input-group-append button.btn {
|
|
border: solid 1px #8f959e;
|
|
}
|
|
form#auto_submit {
|
|
display: none;
|
|
}
|
|
#registration-tab-content .input-group-append button.btn span.pix {
|
|
padding-left: 0.5rem;
|
|
}
|