Fix for pointer over log entries.

This commit is contained in:
Louis Vézina 2019-12-08 08:57:24 -05:00
parent d8752b5718
commit ed097cbd7f
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@
.dataTables_filter{ .dataTables_filter{
display:none; display:none;
} }
#logs > tbody > tr { cursor: pointer; }
</style> </style>
</head> </head>
<body> <body>