checkbox, edit email and captcha refresh

This commit is contained in:
KeyboardDabbler 2022-01-30 00:33:25 +13:00
parent 25451eb763
commit 7daf2162ef
1 changed files with 4 additions and 0 deletions

View File

@ -556,3 +556,7 @@ div.card:contains(section.banner.footer) {
.text-center-i {
text-align: center !important;
}
input[type="checkbox" i], [class^="ri-"], [class*=" ri-"], .ri-refresh-line:before {
cursor: pointer;
}