💦 FULL SET: Changeset/ - High Quality

Changeset 864149


Ignore:
Timestamp:
02/24/2014 04:13:29 PM (12 years ago)
Author:
2glux
Message:

Style fix...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sexy-contact-form/tags/0.9.4/includes/assets/css/main.css

    r862218 r864149  
    905905    background: none !important;
    906906    z-index: 999 !important;
    907 
    908 }
     907   
     908        -webkit-transition:  background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
     909    -moz-transition: background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
     910    -o-transition: background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
     911    transition: background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s;
     912
     913}
Note: See TracChangeset for help on using the changeset viewer.