forked from mirrors/gecko-dev
MozReview-Commit-ID: 8D7BipQtQYz --HG-- extra : rebase_source : 448eba7a88076db1ee7948cea67749e12d427df9
11 lines
197 B
CSS
11 lines
197 B
CSS
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;
|
|
}
|