Merge pull request 'Buttons minimum size' (#100) from YanTheKaller/ubl-settings-bootloader:master into master

Reviewed-on: #100
pull/104/head v2.20
Dmitry Razumov 2 months ago
commit a90dd6a111

@ -154,4 +154,9 @@ background:transparent;
treeview row:nth-child(odd) { background-color: #000000; }
treeview row:nth-child(even) { background-color: #ffffff; }
treeview row:nth-child(even) { background-color: #ffffff; }
button {
min-width: 26px;
min-height: 24px;
}
Loading…
Cancel
Save