Skip to content

Commit cc09808

Browse files
committed
style: allineamento grafico Aggiornamenti
1 parent 79cf2ba commit cc09808

4 files changed

Lines changed: 159 additions & 201 deletions

File tree

assets/src/css/style.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2340,6 +2340,25 @@ table.dataTable {
23402340
color: #155724;
23412341
}
23422342

2343+
.module-aggiornamenti code.table-code {
2344+
color: black;
2345+
}
2346+
2347+
#progress {
2348+
display: none;
2349+
}
2350+
2351+
.module-aggiornamenti .db-section-header,
2352+
.module-aggiornamenti .db-section-header-dynamic {
2353+
background-color: #f8f9fa;
2354+
cursor: pointer;
2355+
border-left: 3px solid #17a2b8;
2356+
}
2357+
2358+
.module-aggiornamenti .table-col-type {
2359+
width: 150px;
2360+
}
2361+
23432362
kbd {
23442363
background: #ccc;
23452364
color: #333;

0 commit comments

Comments
 (0)