Plugin Directory

Changeset 2035008


Ignore:
Timestamp:
02/20/2019 11:43:46 AM (7 years ago)
Author:
john ackers
Message:

submit.send button greyed out if disabled, green if enabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ecampaign/branches/maintenance/public.css

    r467325 r2035008  
    4646  min-width: 80px;
    4747}
    48 
    4948
    5049.ec-friend label, .ec-friend .ecsend
     
    162161  margin-right : 20px;
    163162}
     163
     164.ecform .ecsend input[type=button] {
     165  background-color: lightgreen /* Green */
     166}
     167
     168.ecform .ecsend input[type=button]:disabled {
     169  opacity: 0.6  ;
     170  cursor: not-allowed ;
     171  background-color: lightgrey ;
     172}
     173
Note: See TracChangeset for help on using the changeset viewer.