Files
tubestation/browser/components/extensions/extension-mac.css
2016-02-22 15:21:34 -05:00

12 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;
}