[ui] add round corners to listboxes

This commit is contained in:
Julian Sparber 2017-12-24 13:16:37 +01:00
parent ef705f9a2a
commit f8b9bdb696

View File

@ -5,3 +5,7 @@ row {
row:last-child {
border-bottom: none;
}
list, border {
border-radius: 4px;
}