mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 22:05:23 +02:00
feat(kube): create namespace from form view [EE-3479] (#7260)
Restyle create namespace from form view
This commit is contained in:
parent
ddaf9dc885
commit
2552eb5e25
5 changed files with 163 additions and 133 deletions
|
@ -288,6 +288,14 @@ json-tree .branch-preview {
|
|||
.rzslider .rz-bubble.rz-limit {
|
||||
color: var(--text-rzslider-limit-color);
|
||||
}
|
||||
|
||||
.rz-bubble.rz-limit.rz-ceil {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
left: auto !important;
|
||||
top: -26px;
|
||||
}
|
||||
|
||||
input,
|
||||
button,
|
||||
select,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue