Changeset 892803
- Timestamp:
- 04/14/2014 10:28:47 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sexy-contact-form/tags/0.9.4/includes/assets/css/main.css
r890755 r892803 891 891 /*extra rules*/ 892 892 .sexycontactform_wrapper_extra { 893 visibility: visible !important; 894 overflow: visible !important; 895 height: auto !important; 896 width: auto !important; 897 text-indent: 0px !important; 898 background: none !important; 899 text-shadow: 0px -1px 0px #333, 0px 3px 3px rgb(85, 75, 75) !important; 900 901 -webkit-transition: background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s; 902 -moz-transition: background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s; 903 -o-transition: background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s; 904 transition: background linear 0.2s, background-color linear 0.2s, box-shadow linear 0.2s, border linear 0.2s; 905 } 893 color: rgb(103, 164, 255) !important; 894 text-shadow: 0px -1px 0px rgb(0, 0, 0), 0px 2px 3px rgb(15, 15, 15) !important; 895 }
Note: See TracChangeset
for help on using the changeset viewer.