Show tooltips for disabled buttons to help user learning. Fixes #2226

This commit is contained in:
Sarah McAlear 2017-03-20 10:33:35 +00:00 committed by Dave Page
parent 145983d544
commit c9e04fec8d

View File

@ -366,6 +366,11 @@ iframe {
vertical-align: middle;
}
button.btn:disabled {
pointer-events: auto;
cursor: default;
}
.pg-prop-btn-group {
background-color: #D2D2D2;
border: 2px solid #A9A9A9;