1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-02 07:37:48 +02:00

pointer on modal close

This commit is contained in:
KeyboardDabbler 2022-01-30 01:49:44 +13:00
parent 7daf2162ef
commit bfcad6c5f2

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;
}