Changeset 5946

Show
Ignore:
Timestamp:
05/14/08 03:50:20 (8 months ago)
Author:
inureyes
Message:

#897

  • 현재 선택한 메뉴가 잘 보이지 않는다는 지적 개선
  • 현실과 이상의 차이랄까
    • 모서리에서 라운드되어 부드러운 모양의 탭같은건 이 구조에서는 참으로 어렵구나
Location:
trunk/style/admin/whitedream
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/style/admin/whitedream/basic.css

    r5930 r5946  
    284284#main-menu li.selected 
    285285{ 
    286     background-image                 : url("./image/bg_menu_selected.png"); 
     286    background-image                 : url("./image/bg_menu_selected2.png"); 
    287287    background-position              : center top; 
    288288    background-repeat                : repeat-x; 
     
    290290} 
    291291 
    292 #main-menu li.selected a, 
     292#main-menu li.selected a 
     293{ 
     294    color                            : #222; 
     295 
     296} 
    293297#main-menu li a:hover 
    294298{