diff --git a/TracyDebugger.module b/TracyDebugger.module index a535d122..2c752493 100644 --- a/TracyDebugger.module +++ b/TracyDebugger.module @@ -32,7 +32,7 @@ class TracyDebugger extends WireData implements Module, ConfigurableModule { 'summary' => __('Tracy debugger from Nette with several PW specific custom tools.', __FILE__), 'author' => 'Adrian Jones', 'href' => 'https://processwire.com/talk/topic/12208-tracy-debugger/', - 'version' => '4.9.16', + 'version' => '4.9.17', 'autoload' => true, 'singular' => true, 'requires' => 'ProcessWire>=2.7.2, PHP>=5.4.4', @@ -2131,10 +2131,10 @@ class TracyDebugger extends WireData implements Module, ConfigurableModule { $fieldset = $this->wire('modules')->get("InputfieldMarkup"); $fieldset->label = __(' ', __FILE__); $fieldset->value = ' -
Tracy Debugger for ProcessWire v'.$this->getModuleInfo()['version'].'
Tracy Debugger for ProcessWire v'.$this->getModuleInfo()['version'].'
TracyDebugger for ProcessWire Docs and Nette Tracy Docs
- + '; $wrapper->add($fieldset); diff --git a/styles.css b/styles.css index 68fe2a6f..54fd1d20 100644 --- a/styles.css +++ b/styles.css @@ -186,7 +186,6 @@ body.tracyHidden:before { #tracy-debug a { border: none !important; font-weight: normal !important; - color: #444444 !important; font-size: 12px !important; }