mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 04:32:01 +02:00
PHP8 fix. Admin css tweak for debug info.
This commit is contained in:
parent
c94b1867a3
commit
80ff17194f
@ -37,7 +37,7 @@ class contact_front
|
||||
$ns = e107::getRender();
|
||||
$pref = e107::getPref();
|
||||
|
||||
$CONTACT_FORM = $GLOBALS['CONTACT_FORM'];
|
||||
$CONTACT_FORM = varset($GLOBALS['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) }
|
||||
|
||||
.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:hover { color: #5bc0de !important }
|
||||
ul.col-selection > li a { border-bottom: 1px solid rgba(0,0,0,0.3); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user