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

CIP #57952 improve edition background

parent b5a20e5b
2 merge requests!2334Master,!2079Dev#57952 cip priorisation des ecrans de config
Pipeline #1097 passed with stage
in 11 minutes and 23 seconds
...@@ -38,4 +38,6 @@ ...@@ -38,4 +38,6 @@
--help-link: #6FCFFF; --help-link: #6FCFFF;
--help-link-highlight: #6FBFFF; --help-link-highlight: #6FBFFF;
--edition-background: rgba(255, 255, 0, 0.5);
} }
...@@ -89,12 +89,14 @@ ...@@ -89,12 +89,14 @@
height: 100%; height: 100%;
width: 100%; width: 100%;
position: absolute; position: absolute;
background: var(--line-highlight); background: var(--edition-background);
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
z-index: 100; z-index: 100;
display: block; display: block;
top: 0; top: 0;
left: 0;
filter: blur(2px);
} }
.admin-form #liste_picto_picto td { .admin-form #liste_picto_picto td {
......
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