From: Stephanie Leary Date: Wed, 28 Sep 2022 21:54:49 +0000 (-0500) Subject: LP1953381 not-allowed pointer for inactive buttons X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a9e33c5efac27ab41e12ff48456cf546f30691c0;p=Evergreen.git LP1953381 not-allowed pointer for inactive buttons Adds a style to change the mouse pointer to the "no" symbol for disabled buttons. To test: 1. Apply patch. 2. Go to an item record in the staff catalog. 3. Mouse over the "Set Default View" button (disabled by default on the Item Table tab). 4. The pointer should change to the "no" symbol. Signed-off-by: Terran McCanna Signed-off-by: Jane Sandberg --- diff --git a/Open-ILS/src/eg2/src/styles.css b/Open-ILS/src/eg2/src/styles.css index d5d930e386..9c4ad967f0 100644 --- a/Open-ILS/src/eg2/src/styles.css +++ b/Open-ILS/src/eg2/src/styles.css @@ -83,6 +83,9 @@ h5 {font-size: .95rem} min-height: 40px; } +.btn.disabled, .btn:disabled { + cursor: not-allowed; +} /* usefuf for mat-icon buttons without any background or borders */ .material-icon-button {