Bug Tracker

Changeset 4588

Show
Ignore:
Timestamp:
02/02/08 20:29:56 (1 year ago)
Author:
rdworth
Message:

Fixed flora dialog titlebar cursor to default (not move) when dialog not draggable

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/themes/flora/flora.dialog.css

    r3358 r4588  
    1111    background: #ff9900 url(i/dialog-title.gif) repeat-x; 
    1212    padding: 0px; 
    13     cursor: move; 
    1413    height: 28px; 
    1514    _height: 29px; 
     15} 
     16 
     17.flora .ui-dialog.ui-draggable .ui-dialog-titlebar, 
     18.flora.ui-dialog.ui-draggable .ui-dialog-titlebar { 
     19    cursor: move; 
    1620} 
    1721