Buttons minimum size #100

Merged
asmeron merged 1 commits from YanTheKaller/ubl-settings-bootloader:master into master 2 months ago

@ -155,3 +155,8 @@ background:transparent;
treeview row:nth-child(odd) { background-color: #000000; } 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