1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

add copy to clipboard to web editor (#9009)

This commit is contained in:
Matt Hook 2023-05-31 12:28:11 +12:00 committed by GitHub
parent 1cda08ca11
commit 3a49dbf803
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 65 additions and 18 deletions

View file

@ -14,3 +14,10 @@
@apply th-dark:bg-warning-5 th-dark:bg-opacity-10 th-dark:text-white;
@apply th-highcontrast:bg-warning-5 th-highcontrast:bg-opacity-10 th-highcontrast:text-white;
}
.btn-none:active {
outline: none;
background-color: transparent;
box-shadow: none;
-webkit-box-shadow: none;
}