Plugin Directory

Changeset 869009


Ignore:
Timestamp:
03/04/2014 04:40:31 AM (12 years ago)
Author:
paulgpetty
Message:

UI updates, reduce opacity of overalls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-time-machine/trunk/javascript/wp-time-machine.js

    r869006 r869009  
    156156
    157157            jQuery("div.wpTimeMachine_progress").modal({
    158                 opacity: 60,
     158                opacity: 80,
    159159                overlayCss: {
    160160                    backgroundColor: "#fff"
     
    181181
    182182                jQuery("div.wpTimeMachine_error").modal({
    183                     opacity: 60,
     183                    opacity: 80,
    184184                    overlayCss: {
    185185                        backgroundColor: "#fff"
     
    190190
    191191                jQuery("div.wpTimeMachine_complete").modal({
    192                     opacity: 60,
     192                    opacity: 80,
    193193                    overlayCss: {
    194194                        backgroundColor: "#fff"
     
    210210
    211211            jQuery("div.wpTimeMachine_error").modal({
    212                 opacity: 60,
     212                opacity: 80,
    213213                overlayCss: {
    214214                    backgroundColor: "#fff"
Note: See TracChangeset for help on using the changeset viewer.