mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
feat(edge/update): remote update structure [EE-4040] (#7553)
This commit is contained in:
parent
dd1662c8b8
commit
6c4c958bf0
61 changed files with 1952 additions and 96 deletions
|
@ -6,9 +6,9 @@
|
|||
}
|
||||
|
||||
.parent a {
|
||||
background-color: initial !important;
|
||||
border: 1px solid transparent !important;
|
||||
cursor: inherit !important;
|
||||
background-color: initial;
|
||||
border: 1px solid transparent;
|
||||
cursor: inherit;
|
||||
}
|
||||
|
||||
.parent {
|
||||
|
@ -22,11 +22,11 @@
|
|||
}
|
||||
|
||||
.parent a {
|
||||
color: var(--white-color) !important;
|
||||
color: var(--white-color);
|
||||
}
|
||||
:global([theme='dark']) .parent a {
|
||||
color: var(--black-color) !important;
|
||||
color: var(--black-color);
|
||||
}
|
||||
:global([theme='highcontrast']) .parent a {
|
||||
color: var(--black-color) !important;
|
||||
color: var(--black-color);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue