We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79cf2ba commit cc09808Copy full SHA for cc09808
4 files changed
assets/src/css/style.css
@@ -2340,6 +2340,25 @@ table.dataTable {
2340
color: #155724;
2341
}
2342
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
2362
kbd {
2363
background: #ccc;
2364
color: #333;
0 commit comments