Exemplo n.º 1
0
        ?>
 .uber-grid-cell-label .uber-grid-label-text{
			color: <?php 
        echo uber_grid_color($cell->label_tagline_color);
        ?>
;
		}
		<?php 
        if ($cell->label_price_color) {
            ?>
			div#uber-grid-<?php 
            echo $this->id;
            ?>
-cell-<?php 
            echo $i;
            ?>
 .uber-grid-cell-label .uber-grid-price-tag{
				color: <?php 
            echo uber_grid_color($cell->label_price_color);
            ?>
;
			}
		<?php 
        }
        ?>
	<?php 
    }
    ?>
	<?php 
    $i++;
}
Exemplo n.º 2
0
?>
 !important;
}
#uber-grid-wrapper-<?php 
echo $this->id;
?>
 div.uber-grid-pagination div a:hover{
	background-color: <?php 
echo uber_grid_color($this->pagination_current_page_background_color);
?>
 !important;
}

#uber-grid-wrapper-<?php 
echo $this->id;
?>
 div.uber-grid-pagination div.uber-grid-current a,
#uber-grid-wrapper-<?php 
echo $this->id;
?>
 div.uber-grid-pagination div.uber-grid-current a:visited{
	color: <?php 
echo uber_grid_color($this->pagination_current_page_color);
?>
 !important;
	background-color: <?php 
echo uber_grid_color($this->pagination_current_page_background_color);
?>
 !important;
}