style: add CSS overrides for Aqua theme — padding, bottom border, filter bar, fixed column divider

This commit is contained in:
2026-03-27 12:48:58 +01:00
parent cded6d3119
commit 8b1b5de754

View File

@@ -9,6 +9,29 @@
<title>Scostamento Performance</title> <title>Scostamento Performance</title>
<style> <style>
html, body { margin: 0; padding: 0; overflow: hidden; height: 100%; } html, body { margin: 0; padding: 0; overflow: hidden; height: 100%; }
/* Padding celle griglia */
.dxgvDataRow_Aqua td,
.dxgvDataRow_Aqua td.dxgvTD_Aqua {
padding: 6px 8px !important;
}
/* Bordo inferiore griglia */
.dxgvControl_Aqua {
border-bottom: 2px solid #4a90d9 !important;
}
/* Filter bar ("Crea Filtro") visibile */
.dxgvFilterBar_Aqua {
background-color: #e0f0fb !important;
border-top: 1px solid #b0cfe8 !important;
color: #1a6bb5 !important;
}
/* Separatore visivo tra colonne bloccate e scorrevoli */
.dxgvFixedColumnLeftDivider_Aqua {
border-right: 2px solid #2a6fb0 !important;
}
</style> </style>
</head> </head>
<body> <body>