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:
parent
1cda08ca11
commit
3a49dbf803
4 changed files with 65 additions and 18 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue