blob: 49cd3b359bd203b46412d00ac5ff91ec44581cc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
button,
select,
input[type="checkbox"] + label::before {
border-radius: 4px;
}
.panel-section-footer {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
overflow: hidden;
}
|