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:
parent
4c2ff6c37e
commit
83d29f3114
@ -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', "
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user