Server : Apache System : Linux server1.cgrithy.com 3.10.0-1160.95.1.el7.x86_64 #1 SMP Mon Jul 24 13:59:37 UTC 2023 x86_64 User : nobody ( 99) PHP Version : 8.1.23 Disable Function : NONE Directory : /home/dnlcambodia/public_html/dnl_dashboard/Css/ |
body { font-family: Arial, sans-serif; background-color: #f4f4f4; margin: 0; padding: 0; } h2 { color: #333; text-align: center; margin-top: 20px; } table { width: 100%; border-collapse: collapse; margin-top: 20px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); } table, th, td { border: 1px solid #ddd; } th, td { padding: 10px; } th { background-color: #4caf50; color: white; } tr:nth-child(even) { background-color: #f9f9f9; } tr:hover { background-color: #e0e0e0; } a { color: #007bff; text-decoration: none; } a:hover { text-decoration: none; } /* Add the following styles to your existing CSS */ td a { display: inline-block; margin-right: 5px; padding: 8px 12px; text-decoration: none; color: #fff; border-radius: 4px; transition: background-color 0.3s; } td a.edit { background-color: #007bff; } td a.delete { background-color: #dc3545; } td a:hover { background-color: #0056b3; } /* End of added styles */