From 52b2861b18de6a942ee7b7d6fc870f94ea79f63d Mon Sep 17 00:00:00 2001 From: developer Date: Fri, 24 Apr 2026 11:59:20 +0800 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=B2=D1=8B=D0=B2=D0=BE=D0=B4=20=D1=81=D0=B2=D0=B5?= =?UTF-8?q?=D0=B4=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=BE=20=D0=B6=D0=BA=20=D0=B2?= =?UTF-8?q?=20=D1=82=D0=B0=D0=B1=D0=BB=D0=B8=D1=86=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/clients/table.blade.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/resources/views/clients/table.blade.php b/resources/views/clients/table.blade.php index 71f5354..9d406e9 100644 --- a/resources/views/clients/table.blade.php +++ b/resources/views/clients/table.blade.php @@ -50,13 +50,14 @@ cursor:pointer; } .clients-table_complexes:hover { - position:absolute; - top:0; - left:0; + position: absolute; + top: 0; + left: 0; height: auto; - background-color:#ccc; - z-index:3; - width:100%; + background-color: #e9e9e9; + z-index: 3; + width: 100%; + box-shadow: 0 0 4px #0000005c; .table_complexes_complexes_main { display:none; }