- Fix zero clipboard integration to properly hide the clipboard controls when flash is not available.

- Hide the download .dockercfg link in Safari, since it doesn't work there anyway
This commit is contained in:
Joseph Schorr 2014-08-22 15:24:56 -04:00
parent 5b3514b49c
commit 2a3094cfde
8 changed files with 66 additions and 67 deletions

View file

@ -2257,6 +2257,14 @@ p.editable:hover i {
position: relative;
}
.copy-box-element.disabled .input-group-addon {
display: none;
}
.copy-box-element.disabled input {
border-radius: 4px !important;
}
.global-zeroclipboard-container embed {
cursor: pointer;
}