source: branches/version-2_12_3en-p1/html/js/jquery.ui/ui-datepicker.css @ 22159

Revision 22159, 447 bytes checked in by yomoro, 14 years ago (diff)

誕生日セレクトボックスのjquery.ui化(他言語対応)

Line 
1
2.date-sunday .ui-state-default {   
3/*color:#b7282e !important;*/
4background-image: none !important; background-color: #FF9999 !important;
5}
6
7.date-saturday .ui-state-default {
8/*color:#3e62ad !important;*/
9background-image: none !important; background-color: #66CCFF !important;
10}
11
12.ui-datepicker-month{
13margin-left: 7px !important;
14}
15.ui-datepicker select.ui-datepicker-year,
16.ui-datepicker select.ui-datepicker-month{
17width: 40% !important;
18}
Note: See TracBrowser for help on using the repository browser.