Buttons minimum size

pull/100/head
parent 94d514a549
commit c676b12ed3
No known key found for this signature in database
GPG Key ID: FF1D842BF4DDE92B

@ -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