Esto para mí, es una de las cosas más complicadas, primero vamos a
AdminCP -> Plantillas y Estilos -> Estilos -> Tu theme -> Agregar Hoja de Estilo
Nombre: css3.css
La segunda opcion dejala como esta (Globalmente)
La tercera pon: agregar mi propio código:
Y agrega:
tr td.trow1:first-child,
tr td.trow2:first-child,
tr td.trow_shaded:first-child {
border-left: 0;
}
tr td.trow1:last-child,
tr td.trow2:last-child,
tr td.trow_shaded:last-child {
border-right: 0;
}
.tborder {
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
}
.thead,
.rounded_top {
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.tfoot,
.rounded_bottom {
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
-webkit-border-bottom-left-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
input.textbox,
select,
textarea,
.editor_control_bar,
fieldset,
.popup_menu {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.popup_menu .popup_item_container:first-child .popup_item {
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.popup_menu .popup_item_container:last-child .popup_item {
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.pagination a {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
Y luego, vas al global.css, y en los lugares que quieres redondear, (Ej: Los Theads, o Tcats, agrega dos atributos (siempre los mismos):
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
PD: pueds variar los pixeles de "giro", por asi decirlo, modificando el "7px"