SQL comments for rows used now in tolltips
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user