diff options
| -rw-r--r-- | views/default/css/elements/buttons.php | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/views/default/css/elements/buttons.php b/views/default/css/elements/buttons.php index d016eca7c..71a54d5b1 100644 --- a/views/default/css/elements/buttons.php +++ b/views/default/css/elements/buttons.php @@ -131,6 +131,8 @@  	-webkit-border-radius:4px;  	-moz-border-radius:4px;  	border-radius:4px; +	-webkit-box-shadow: 0 0 0; +	-moz-box-shadow: 0 0 0;  	/*background-image:url(<?php echo elgg_get_site_url(); ?>_graphics/elgg_sprites.png);  	background-position:-150px -51px;  	background-repeat:no-repeat;*/ | 
