Changeset 6363284 in github


Ignore:
Timestamp:
Jan 4, 2011 4:11:26 PM (2 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
6bdb610
Parents:
600bb15
Message:

Better CSS cursors for splitters (#1486874)

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    ra36e1ef r6363284  
    22=========================== 
    33 
     4- Better CSS cursors for splitters (#1486874) 
    45- Show the same message only once (#1487641) 
    56- Fix namespaces handling (#1487649) 
  • skins/default/common.css

    re624fc6 r6363284  
    397397.splitter-h 
    398398{ 
    399   cursor: n-resize; 
     399  cursor: n-resize; cursor: row-resize; 
    400400  background-position: center 2px; 
    401401} 
     
    403403.splitter-v 
    404404{ 
    405   cursor: e-resize; 
     405  cursor: e-resize; cursor: col-resize; 
    406406  background-position: 2px center; 
    407407} 
Note: See TracChangeset for help on using the changeset viewer.