8 lines
113 B
CSS
Raw Normal View History

2012-06-19 12:07:43 +10:00
.mblTextBox {
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
}