Merge pull request #409 from Johann-S/patch-1

Handle copy clipboard disabled
This commit is contained in:
Erica 2017-08-04 10:32:24 -04:00 committed by GitHub
commit 6dcbc19315
2 changed files with 54 additions and 37 deletions

View file

@ -272,6 +272,11 @@ tbody {
cursor: pointer;
}
.icon-copy[disabled="disabled"] {
pointer-events: none;
opacity: 0.3;
}
/* Popup container */
.popup {
position: absolute;
@ -504,6 +509,7 @@ tbody {
background: #05a700;
border: 1px solid #05a700;
cursor: auto;
opacity: 0.3;
}
#delete-file {