mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
PHP8 fix. Admin css tweak for debug info.
This commit is contained in:
@@ -37,7 +37,7 @@ class contact_front
|
|||||||
$ns = e107::getRender();
|
$ns = e107::getRender();
|
||||||
$pref = e107::getPref();
|
$pref = e107::getPref();
|
||||||
|
|
||||||
$CONTACT_FORM = $GLOBALS['CONTACT_FORM'];
|
$CONTACT_FORM = varset($GLOBALS['CONTACT_FORM']);
|
||||||
|
|
||||||
if (empty($CONTACT_FORM))
|
if (empty($CONTACT_FORM))
|
||||||
{
|
{
|
||||||
|
@@ -1633,7 +1633,8 @@
|
|||||||
|
|
||||||
.form-control.bootstrap-switch span.bootstrap-switch-default { background: rgba(0,0,0,0.1) }
|
.form-control.bootstrap-switch span.bootstrap-switch-default { background: rgba(0,0,0,0.1) }
|
||||||
|
|
||||||
.e-debug { margin-left: 60px; }
|
.e-debug { margin-left: 60px; color: rgba(0,0,0,0.8) }
|
||||||
|
.e-debug h4 { color: white }
|
||||||
.admin-ui-help-tip { color: rgba(0,0,0,0.3) !important; }
|
.admin-ui-help-tip { color: rgba(0,0,0,0.3) !important; }
|
||||||
.admin-ui-help-tip:hover { color: #5bc0de !important }
|
.admin-ui-help-tip:hover { color: #5bc0de !important }
|
||||||
ul.col-selection > li a { border-bottom: 1px solid rgba(0,0,0,0.3); }
|
ul.col-selection > li a { border-bottom: 1px solid rgba(0,0,0,0.3); }
|
||||||
|
Reference in New Issue
Block a user