mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-03 15:38:59 +00:00
Input fields that contain checkboxes now have automatic width. (CSS)
This commit is contained in:

committed by
Jonathan S. Katz

parent
59e60fadb6
commit
cdf42ad2e8
@ -1132,6 +1132,12 @@ input {
|
|||||||
input[type=checkbox] {
|
input[type=checkbox] {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type=checkbox]:focus {
|
||||||
|
outline: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.custom-select {
|
.custom-select {
|
||||||
|
Reference in New Issue
Block a user