AC-681 simulating a disabled button for project update and inventory update. Button appears disabled, but tooltips work. On *disabled* buttons tooltip explains why it is disabled. Button is clickable, but nothing happens- just like a real disable dbutton.

This commit is contained in:
Chris Houseknecht
2013-11-21 17:02:40 +00:00
parent b0d423222c
commit 376d59dfcc
6 changed files with 62 additions and 10 deletions

View File

@@ -117,6 +117,15 @@ textarea {
margin-bottom: 15px;
}
/* Make button appear to be disabled, but allow mouse events */
.btn-disabled {
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
hr {
border-color: #e3e3e3;
}