Changeset 2735 for trunk/template


Ignore:
Timestamp:
Oct 14, 2008, 7:28:13 PM (16 years ago)
Author:
vdigital
Message:

Stripy buttons have been reviewed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/theme/Sylvia/theme.css

    r2706 r2735  
    102102.rateButtonStarFull {   background-image: url('icon/rating-stars.gif'); }
    103103.rateButtonStarEmpty { background-image: url('icon/rating-stars.gif'); }
     104input[type="button"], input[type="submit"], input[type="reset"] {
     105background-color:#ff3363; color:#222; border-color: #ff3363; }
     106input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
     107background-color:#999; border-color: #666; }
Note: See TracChangeset for help on using the changeset viewer.