improve null div ux (#17278)
* improve null div ux Signed-off-by: Faissal Wahabali <fwahabali@gmail.com> * fix tab problem Signed-off-by: Faissal Wahabali <fwahabali@gmail.com>
This commit is contained in:
parent
69064ac0ae
commit
ff4ae5fd7d
@ -125,6 +125,17 @@ div.null_div {
|
||||
text-align: center;
|
||||
font-style: normal;
|
||||
min-width: 50px;
|
||||
label {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
input {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.pma-fieldset {
|
||||
|
||||
@ -367,6 +367,17 @@ div.null_div {
|
||||
text-align: center;
|
||||
font-style: normal;
|
||||
min-width: 50px;
|
||||
label {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
input {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.pma-fieldset {
|
||||
|
||||
@ -126,6 +126,17 @@ div.null_div {
|
||||
text-align: center;
|
||||
font-style: normal;
|
||||
min-width: 50px;
|
||||
label {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
input {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.pma-fieldset {
|
||||
|
||||
@ -311,6 +311,17 @@ div.null_div {
|
||||
text-align: center;
|
||||
font-style: normal;
|
||||
min-width: 50px;
|
||||
label {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
input {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.pma-fieldset {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user