mirror of
https://github.com/e107inc/e107.git
synced 2025-07-27 01:40:22 +02:00
Issue #4907 - tweaked cursor style, removed row hover.
This commit is contained in:
@@ -210,7 +210,7 @@ class system_tools
|
|||||||
{
|
{
|
||||||
e107::css('inline', "
|
e107::css('inline', "
|
||||||
td.darker { background-color: rgba(0,0,0,0.5) }
|
td.darker { background-color: rgba(0,0,0,0.5) }
|
||||||
|
label.form-check { cursor: pointer }
|
||||||
");
|
");
|
||||||
e107::js('footer-inline', "
|
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'>
|
<form method='post' action='".e_SELF.(e_QUERY ? '?'.e_QUERY : '')."' id='core-db-verify-sql-tables-form'>
|
||||||
<fieldset id='core-db-verify-sql-tables'>
|
<fieldset id='core-db-verify-sql-tables'>
|
||||||
<legend>".DBVLAN_14."</legend>
|
<legend>".DBVLAN_14."</legend>
|
||||||
<table class='table table-striped table-hover' >
|
<table class='table table-striped' >
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col style='width: 33%'></col>
|
<col style='width: 33%'></col>
|
||||||
<col style='width: 33%'></col>
|
<col style='width: 33%'></col>
|
||||||
|
Reference in New Issue
Block a user