Skip to content

Commit

Permalink
UI: smaller checkbox in treeview
Browse files Browse the repository at this point in the history
  • Loading branch information
nboisteault committed Oct 6, 2023
1 parent a1cfc77 commit e1266d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lizmap/www/assets/css/map.css
Original file line number Diff line number Diff line change
Expand Up @@ -3060,15 +3060,14 @@ lizmap-treeview .node {
lizmap-treeview input[type="checkbox"] {
margin-top: 0;
margin-right: 5px;
scale: 1.4;
align-self: baseline;
margin-top: 5px;
accent-color: #0094D6;
width: 18px;
height: 18px;
}

lizmap-treeview input.rounded-checkbox {
width: 14px;
height: 14px;
border-radius: 50%;
vertical-align: middle;
border: 1px solid #767676;
Expand Down

0 comments on commit e1266d0

Please sign in to comment.