2012-07-16 2 views

답변

1

CSS를 사용하여 스타일을 수정할 수 있습니다. 아주 잘

jsFiddle example

.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-state-hover, 
.ui-widget-content .ui-state-hover, 
.ui-state-focus, 
.ui-widget-content .ui-state-focus { 
    border: 1px solid #cccccc; 
    background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; 
    font-weight: bold; 
    color: #1c94c4; 
    outline: none; 
    cursor:default;  
}​ 
+0

작품. 감사. –

관련 문제