Merge pull request #17749 from sureemo/bugfix/column-visibility-toggle
Improve column visibility toggle ui Fixes #17747
This commit is contained in:
commit
bbf02a1e29
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user