change mouse cursor for disabled buttons

This commit is contained in:
Riley Davis
2017-05-04 15:55:46 -06:00
parent 4507059a04
commit f3f0b9c858
@@ -193,10 +193,12 @@
box-shadow: none;
color: white;
background-color: #519954;
cursor: not-allowed;
}
.reject__active, .rejected__active {
color: white;
background-color: #D03235;
box-shadow: none;
cursor: not-allowed;
}