[minor] add round corner to listboxes

This commit is contained in:
Julian Sparber
2017-12-22 23:25:25 +01:00
parent e6fd6a4c66
commit 4964d03e1f

View File

@@ -2,3 +2,7 @@
font-size: 18px;
font-weight: bold;
}
list, border {
border-radius: 4px;
}