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

pull/3/head
Sarah McAlear 2017-03-20 10:33:35 +00:00 committed by Dave Page
parent 145983d544
commit c9e04fec8d
1 changed files with 5 additions and 0 deletions

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;