9 lines
161 B
CSS
Raw Normal View History

.mblButton {
background-image: url(compat/ui-widget-bg.png);
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}