Make git hash build versioning style match wordpress admin styling
This commit is contained in:
@@ -1288,13 +1288,13 @@ function dapper_settings_page_content() {
|
||||
?>
|
||||
|
||||
</form>
|
||||
<div style="margin-top:40px; padding:12px; background:#1a1a1a; color:#00ff41; font-family:monospace; font-size:13px; border-radius:4px; text-align:center; border:1px solid #333;">
|
||||
<div style="margin-top:40px; padding:12px 16px; background:#f6f7f7; color:#50575e; font-family:-apple-system,BlinkMacOSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif; font-size:13px; line-height:1.5; border-radius:4px; text-align:center; border:1px solid #c3c4c7; box-shadow:0 1px 3px rgba(0,0,0,0.1);">
|
||||
<strong>Dapper v<?php echo esc_html(defined('DAPPER_VERSION') ? DAPPER_VERSION : 'unknown'); ?></strong>
|
||||
• commit <code><?php echo esc_html(DAPPER_BUILD); ?></code>
|
||||
• commit <code style="background:#e2e4e7; padding:2px 5px; border-radius:3px; font-family:Consolas,Monaco,'Lucida Console',monospace;"><?php echo esc_html(DAPPER_BUILD); ?></code>
|
||||
<?php if (DAPPER_BUILD === 'dev-local'): ?>
|
||||
<small>(local dev – no git detected)</small>
|
||||
<span style="color:#d63638; font-style:italic;">(local dev – no git detected)</span>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div id="email-settings">
|
||||
|
||||
Reference in New Issue
Block a user