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

This commit is contained in:
Chris Houseknecht
2014-01-09 18:12:13 +00:00
parent 9b04e5e8fc
commit 0f5f1b2994

View File

@@ -82,7 +82,7 @@ a:focus {
/* Make buttons appear to be disabled, but allow mouse events */ /* Make buttons appear to be disabled, but allow mouse events */
.btn-disabled { .btn-disabled {
opacity: 0.45; opacity: 0.35;
filter: alpha(opacity=65); filter: alpha(opacity=65);
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;