mirror of
https://github.com/portainer/portainer.git
synced 2025-08-07 14:55:27 +02:00
restyle the web editor (#7333)
This commit is contained in:
parent
6c57ddb563
commit
9106e74e61
6 changed files with 52 additions and 22 deletions
|
@ -87,7 +87,7 @@ body,
|
|||
|
||||
.form-section-title {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 15px;
|
||||
margin-bottom: 10px;
|
||||
color: var(--text-form-section-title-color);
|
||||
padding-left: 0;
|
||||
font-weight: 500;
|
||||
|
@ -867,3 +867,18 @@ json-tree .branch-preview {
|
|||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.web-editor {
|
||||
background-color: var(--bg-webeditor-color);
|
||||
border-radius: 8px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.web-editor a {
|
||||
color: var(--text-link-color);
|
||||
}
|
||||
|
||||
.web-editor a:hover {
|
||||
color: var(--text-link-hover-color);
|
||||
text-decoration-line: underline;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue