style: add CSS overrides for Aqua theme — padding, bottom border, filter bar, fixed column divider
This commit is contained in:
@@ -9,6 +9,29 @@
|
||||
<title>Scostamento Performance</title>
|
||||
<style>
|
||||
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>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user