1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-10 04:55:43 +02:00

Issue #4907 - tweaked cursor style, removed row hover.

This commit is contained in:
Cameron 2022-11-12 11:19:20 -08:00
parent 4c2ff6c37e
commit 83d29f3114
2 changed files with 2 additions and 2 deletions

View File

@ -210,7 +210,7 @@ class system_tools
{
e107::css('inline', "
td.darker { background-color: rgba(0,0,0,0.5) }
label.form-check { cursor: pointer }
");
e107::js('footer-inline', "

View File

@ -1221,7 +1221,7 @@ class db_verify
<form method='post' action='".e_SELF.(e_QUERY ? '?'.e_QUERY : '')."' id='core-db-verify-sql-tables-form'>
<fieldset id='core-db-verify-sql-tables'>
<legend>".DBVLAN_14."</legend>
<table class='table table-striped table-hover' >
<table class='table table-striped' >
<colgroup>
<col style='width: 33%'></col>
<col style='width: 33%'></col>