Bug #13640 » popup-menu.patch
| src/themes/bootstrap/5/wt/widgets/_popup-menu.scss | ||
|---|---|---|
|
.Wt-chkbox {
|
||
|
margin-right: 6px;
|
||
|
margin-left: 1px;
|
||
|
margin-top: 0;
|
||
|
}
|
||
|
label.checkbox-inline {
|
||
| ... | ... | |
|
}
|
||
|
/*
|
||
|
* Dropdown item cursor fix
|
||
|
* Dropdown item cursor and alignment fix
|
||
|
*/
|
||
|
.dropdown-item {
|
||
|
align-items: center;
|
||
|
cursor: pointer;
|
||
|
display: flex;
|
||
|
}
|
||
- « Previous
- 1
- 2
- Next »