Merge pull request #17749 from sureemo/bugfix/column-visibility-toggle

Improve column visibility toggle ui

Fixes #17747
This commit is contained in:
Maurício Meneghini Fauth 2022-10-07 22:31:23 -03:00 committed by GitHub
commit bbf02a1e29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 0 deletions

View File

@ -252,6 +252,10 @@ td .icon {
padding: 0 0.5em;
}
#pma_demo {
z-index: -1;
}
.confirmation {
color: $black;
background-color: pink;
@ -1588,6 +1592,7 @@ input#auto_increment_opt {
.lDiv div {
padding: 0.2em 0.5em 0.2em;
padding-left: 0.2em;
white-space: nowrap;
&:hover {
background: #ddd;

View File

@ -490,6 +490,10 @@ img.lightbulb {
padding: 20px;
}
#pma_demo {
z-index: -1;
}
#pma_errors #pma_errors {
padding: 0;
}
@ -1791,6 +1795,7 @@ form.append_fields_form .tblFooters {
.lDiv div {
padding: 0.2em 0.5em 0.2em;
padding-left: 0.2em;
white-space: nowrap;
&:hover {
background: $navi-background;

View File

@ -234,6 +234,10 @@ img.lightbulb {
padding: 0 0.5em;
}
#pma_demo {
z-index: -1;
}
.confirmation {
background-color: #ffc;
}
@ -1592,6 +1596,7 @@ input#auto_increment_opt {
.lDiv div {
padding: 0.2em 0.5em 0.2em 0.2em;
white-space: nowrap;
&:hover {
background: #ddd;

View File

@ -432,6 +432,10 @@ img.lightbulb {
padding: 0 0.5em;
}
#pma_demo {
z-index: -1;
}
.confirmation {
color: #000;
background-color: pink;
@ -1777,6 +1781,7 @@ input#auto_increment_opt {
.lDiv div {
padding: 0.2em 0.5em 0.2em;
padding-left: 0.2em;
white-space: nowrap;
&:hover {
background: #ddd;