Corrección de visibilidad y diseño en la tabla de productos duplicados. Mejora global en el sistema de paginación y optimización de anchos de tabla.

This commit is contained in:
2026-01-09 16:55:08 -06:00
parent cea1423109
commit 6839e0efd2
6 changed files with 72 additions and 83 deletions

View File

@@ -368,14 +368,14 @@ a.inline_tip { padding-left:21px; background:url(../images/icons/_lightbulb_off.
/*******************************************************************************
TABLE DESIGN
*******************************************************************************/
#box-table-a {
#box-table-a, #box-table-search {
font-size: 12px;
margin: 0px;
text-align: left;
border-collapse: separate;
border-bottom:none;
}
#box-table-a th {
#box-table-a th, #box-table-search th {
font-size: 13px;
font-weight: normal;
padding: 8px;
@@ -384,14 +384,14 @@ a.inline_tip { padding-left:21px; background:url(../images/icons/_lightbulb_off.
color: #333;
text-align: left;
}
#box-table-a td {
#box-table-a td, #box-table-search td {
padding: 8px;
background: none;
border-top: 1px solid #CCC;
color: #666;
border-bottom: none !important;
}
#box-table-a tr:hover td {
#box-table-a tr:hover td, #box-table-search tr:hover td {
background: #FBFBFB;
color: #333;
}