Обновлен вывод сведений о жк в таблице

This commit is contained in:
developer 2026-04-24 11:59:20 +08:00
parent 0f6c6fe66e
commit 52b2861b18

View File

@ -50,13 +50,14 @@
cursor:pointer; cursor:pointer;
} }
.clients-table_complexes:hover { .clients-table_complexes:hover {
position:absolute; position: absolute;
top:0; top: 0;
left:0; left: 0;
height: auto; height: auto;
background-color:#ccc; background-color: #e9e9e9;
z-index:3; z-index: 3;
width:100%; width: 100%;
box-shadow: 0 0 4px #0000005c;
.table_complexes_complexes_main { .table_complexes_complexes_main {
display:none; display:none;
} }