Viewing File: /people/testlab/www/testlab.com.pl/spaw2/plugins/core/lib/theme/spaw2/config/theme.config.php
<?php
// default button style
$default_tb_button_style = "width: 24px; height: 24px;";
// default image style
$default_tb_image_style = "width: 4px; height: 4px;";
// default dropdown css class
$default_tb_image_css_class = "spaw2dropdown";
// default button events
$default_tb_button_events = array(
'onMouseOver' => 'Spaw2Theme.MouseOver'
);
// custom toolbar item styles
$custom_tbi_styles = array(
'html' => "width: 49px; height: 19px;",
'design' => "width: 53px; height: 19px;",
);
?>
Back to Directory
File Manager