- version : 0.6

- description : adding fuzzy search to the table of students .
هذا الالتزام موجود في:
2025-06-11 18:01:34 +03:00
الأصل de8970436c
التزام 6840e565a4
2 ملفات معدلة مع 143 إضافات و2 حذوفات

عرض الملف

@@ -16,6 +16,13 @@
cursor: not-allowed;
opacity: 0.6;
}
/* Style for highlighting search results */
.highlight {
background-color: #fceb00; /* A soft yellow for highlighting */
font-weight: bold;
padding: 2px 4px;
border-radius: 4px;
}
</style>
</head>
<body class="bg-gray-50 text-gray-800">