mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Improve clarity of the boolean checkbox.
This commit is contained in:
parent
8880826260
commit
f0db93cefd
11
web/pgadmin/static/css/bootstrap.overrides.css
vendored
11
web/pgadmin/static/css/bootstrap.overrides.css
vendored
@ -1404,20 +1404,21 @@ body {
|
|||||||
.multi-checkbox .check {
|
.multi-checkbox .check {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
width: 15px;
|
width: 16px;
|
||||||
height: 15px;
|
height: 16px;
|
||||||
border: 1px solid #333;
|
border: 1px solid #333;
|
||||||
margin: 3px;
|
margin: 3px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 15px;
|
line-height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.multi-checkbox .check.checked,
|
||||||
.multi-checkbox .check.unchecked {
|
.multi-checkbox .check.unchecked {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.multi-checkbox .check.partial {
|
.multi-checkbox .check.partial {
|
||||||
background: #cccccc;
|
background: #e8e8e8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.multi-checkbox .check.checked:after {
|
.multi-checkbox .check.checked:after {
|
||||||
@ -1425,5 +1426,5 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.multi-checkbox .check.partial:after {
|
.multi-checkbox .check.partial:after {
|
||||||
content: "\fe56";
|
content: "\003F";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user