Inventory refactory: btn-disabled class now dims element to .45

This commit is contained in:
Chris Houseknecht 2014-01-09 18:10:53 +00:00
parent e6c0032444
commit 9b04e5e8fc

View File

@ -80,9 +80,9 @@ a:focus {
background-color: #FFF;
}
/* Make button appear to be disabled, but allow mouse events */
/* Make buttons appear to be disabled, but allow mouse events */
.btn-disabled {
opacity: 0.65;
opacity: 0.45;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;