Skip to content
Snippets Groups Projects
Commit 73ffbc1b authored by Ghislain Loas's avatar Ghislain Loas
Browse files

hotline #62596 improve page settings css

parent 9e563325
3 merge requests!2334Master,!2301Master,!2275hotline #62596 improve page settings css
Pipeline #2187 passed with stage
in 18 minutes and 5 seconds
- ticket #62596 : Administration : amélioration de l'interface d'édition des pages.
\ No newline at end of file
......@@ -86,4 +86,23 @@
.profile_composition .placeholder {
background: var(--anchor);
height: 1em;
}
.profile_composition .container_list li {
background: var(--line-highlight);
}
.profile_composition .container_list li * {
background: transparent;
}
.profile_composition .drag_drop_container + h4,
.profile_composition .drag_drop_container:nth-of-type(2) {
border: 1px solid var(--border-highlight);
}
.profile_composition .drag_drop_container + h4 {
background: var(--button-background);
color: var(--button);
border-bottom: 0;
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment