Changeset 483

Show
Ignore:
Timestamp:
07/23/08 05:50:54 (20 months ago)
Author:
kbwood.au
Message:

Disable inline datepickers

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/ui.datepicker.css

    r441 r483  
    1111        display: none; 
    1212        border: 1px solid #777; 
    13         z-index: 9999; /*must have*/ 
     13        z-index: 100; /*must have*/ 
    1414} 
    1515.ui-datepicker-inline { 
     
    2424        padding: 5px !important; 
    2525        border: 4px ridge #ddd !important; 
     26} 
     27.ui-datepicker-disabled { 
     28        position: absolute; 
     29        z-index: 100; 
     30        background-color: white; 
     31        opacity: 0.5; 
    2632} 
    2733button.ui-datepicker-trigger {