Exemplo n.º 1
0
    /**
     * Enqueues specific tabs assets for the active pages
     *
     * @since 1.0.0
     * @access protected
     */
    protected function enqueue_active_assets()
    {
        parent::enqueue_active_assets();
        ?>
		<style type="text/css">
		#control-<?php 
        echo $this->id();
        ?>
 {
			border-color: <?php 
        echo $this->base_color();
        ?>
;
		}

		#
		<?php 
        echo $this->id();
        ?>
		span.uix-control-label {
			color: <?php 
        echo $this->base_color();
        ?>
;
		}
		</style>
		<?php 
    }