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

CIP #57952 improve form behavior and css

parent 5c4be15b
Branches
Tags
2 merge requests!2334Master,!2079Dev#57952 cip priorisation des ecrans de config
Pipeline #1045 passed with stage
in 11 minutes and 43 seconds
......@@ -33,10 +33,12 @@ body .ui-dialog {
z-index: 1001;
position: fixed !important;
box-shadow: 0 0 15px var(--widget-shadow);
border: 2px solid var(--nav-background);
border-radius: 0;
}
body .ui-tabs .ui-tabs-panel,
body [class*='ui-corner'] {
body [class*='ui-corner']:not(.ui-dialog) {
border: none;
border-radius: 0;
}
......
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