You are here

ajaxcart.css in Ubercart AJAX Cart 6

div.ajax-cart-msg
{
	padding : 5px ;
	padding-left : 20px ;
	width	: 200px ;
	margin-top	: 25px ;
	background-repeat : no-repeat ;
	background-position : left center ;
	background-image : url(../images/wait.gif);
}

#ajaxCartUpdate.dropHover
{
	border : 1px solid black !important;
}
#ajaxCartUpdate.dropActive
{
	border : 1px dashed black;
}

File

css/ajaxcart.css
View source
  1. div.ajax-cart-msg
  2. {
  3. padding : 5px ;
  4. padding-left : 20px ;
  5. width : 200px ;
  6. margin-top : 25px ;
  7. background-repeat : no-repeat ;
  8. background-position : left center ;
  9. background-image : url(../images/wait.gif);
  10. }
  11. #ajaxCartUpdate.dropHover
  12. {
  13. border : 1px solid black !important;
  14. }
  15. #ajaxCartUpdate.dropActive
  16. {
  17. border : 1px dashed black;
  18. }