/*
Here comes the text of your license
Each line should be prefixed with 
*/
/* 
    Created on : 16.02.2015, 16:47:30
    Author     : schlenter
*/

#wp-admin-bar-syncButton a .wp_admin_bar_syncButton_image {
	width: 22px;
	height: 22px;
	background-image: url("/wp-content/themes/aufunddavon/images/icons/viator_icon_s.png");
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 7px;
}

#wp-admin-bar-syncButton a .wp_admin_bar_syncButton_wrapper:hover .wp_admin_bar_syncButton_image {
	background-image: url("/wp-content/themes/aufunddavon/images/icons/viator_icon_s_hover.png");
}

#wp-admin-bar-syncButton a:focus .wp_admin_bar_syncButton_wrapper .wp_admin_bar_syncButton_image {
	background-image: url("/wp-content/themes/aufunddavon/images/icons/viator_icon_s_hover.png");
}