Pull-request: #17780 Fixes: #17773 Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
commit
eec023abe1
@ -252,10 +252,6 @@ td .icon {
|
||||
padding: 0 0.5em;
|
||||
}
|
||||
|
||||
#pma_demo {
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.confirmation {
|
||||
color: $black;
|
||||
background-color: pink;
|
||||
@ -2720,3 +2716,7 @@ body .ui-dialog {
|
||||
.resize-vertical {
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
.table-responsive-md .data {
|
||||
z-index: 9;
|
||||
}
|
||||
|
||||
@ -490,10 +490,6 @@ img.lightbulb {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
#pma_demo {
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
#pma_errors #pma_errors {
|
||||
padding: 0;
|
||||
}
|
||||
@ -2841,3 +2837,7 @@ body {
|
||||
.resize-vertical {
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
.table-responsive-md .data {
|
||||
z-index: 9;
|
||||
}
|
||||
|
||||
@ -234,10 +234,6 @@ img.lightbulb {
|
||||
padding: 0 0.5em;
|
||||
}
|
||||
|
||||
#pma_demo {
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.confirmation {
|
||||
background-color: #ffc;
|
||||
}
|
||||
@ -2710,3 +2706,7 @@ body {
|
||||
.resize-vertical {
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
.table-responsive-md .data {
|
||||
z-index: 9;
|
||||
}
|
||||
|
||||
@ -432,10 +432,6 @@ img.lightbulb {
|
||||
padding: 0 0.5em;
|
||||
}
|
||||
|
||||
#pma_demo {
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.confirmation {
|
||||
color: #000;
|
||||
background-color: pink;
|
||||
@ -2867,3 +2863,7 @@ body .ui-dialog {
|
||||
z-index: 1056;
|
||||
top: 100px;
|
||||
}
|
||||
|
||||
.table-responsive-md .data {
|
||||
z-index: 9;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user