forked from mirrors/gecko-dev
MozReview-Commit-ID: 6bQZDa3zZA3 --HG-- extra : rebase_source : 026f74066f9b7f0c446871e7b01ce482e6511af5
11 lines
242 B
CSS
11 lines
242 B
CSS
button.browser-style,
|
|
select.browser-style,
|
|
.browser-style > input[type="checkbox"] + label::before {
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.panel-section-footer {
|
|
border-bottom-left-radius: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
overflow: hidden;
|
|
}
|