SQL comments for rows used now in tolltips

This commit is contained in:
Mikhail Chusavitin
2026-01-21 18:52:17 +03:00
parent 5c917c5d7c
commit cce71a095c
3 changed files with 74 additions and 9 deletions

View File

@@ -159,6 +159,27 @@
background: #ccc;
margin: 0 4px;
}
/* Стили для тултипов */
.tabulator-tooltip {
max-width: 400px;
padding: 8px 12px;
background: #333;
color: white;
border-radius: 4px;
font-size: 13px;
line-height: 1.5;
box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.tabulator-tooltip strong {
color: #4CAF50;
}
.tabulator-tooltip em {
color: #b3e5fc;
font-style: normal;
}
</style>
</head>