8 lines
113 B
CSS
Raw Normal View History

.mblTextBox {
-moz-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;
}