Handle copy clipboard disabled

This commit is contained in:
Johann-S 2017-08-03 16:11:23 +02:00
parent ee444186e9
commit e0abfb5cf7
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 {