mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 09:00:10 +00:00
Merge pull request #194 from KeyboardDabbler/main
Cursor pointer UX consistency
This commit is contained in:
commit
a00392166c
@ -556,3 +556,7 @@ div.card:contains(section.banner.footer) {
|
|||||||
.text-center-i {
|
.text-center-i {
|
||||||
text-align: center !important;
|
text-align: center !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="checkbox" i], [class^="ri-"], [class*=" ri-"], .ri-refresh-line:before, .modal-close {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user