pointer on modal close

This commit is contained in:
KeyboardDabbler 2022-01-30 01:49:44 +13:00
parent 7daf2162ef
commit bfcad6c5f2
1 changed files with 1 additions and 1 deletions

View File

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