Buttons minimum size

pull/135/head
parent a8e366eb78
commit e9b535cd8b
No known key found for this signature in database
GPG Key ID: FF1D842BF4DDE92B

@ -137,4 +137,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