diff --git a/library.css b/library.css index 3957f19..13deb18 100644 --- a/library.css +++ b/library.css @@ -584,6 +584,11 @@ dd:last-child { padding-top: 15px !important; } + +.cursor-not-allowed { + cursor: not-allowed; +} + .uk-badge, .badge, a.badge { border-radius: 2px; }