Convert captcha vendor templates and DOM selectors from id-based tianai naming to class-based captcha naming. Update the shared captcha container, common tips/loading helpers, and slider/rotate/concat/disable/image-click implementations so template markup, DOM queries, and less selectors stay aligned. Keep captcha.js as the single style entry for the captcha module and remove per-component less imports from the submodule JavaScript files.
12 lines
190 B
Plaintext
12 lines
190 B
Plaintext
.captcha.captcha-rotate {
|
|
.rotate-img-div {
|
|
height: 100%;
|
|
text-align: center;
|
|
img {
|
|
height: 100%;
|
|
transform: rotate(0deg);
|
|
display: inline-block;
|
|
}
|
|
}
|
|
}
|