File tree Expand file tree Collapse file tree 10 files changed +18
-0
lines changed
Expand file tree Collapse file tree 10 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 99 text-align : center;
1010 width : 194px ;
1111 -moz-box-shadow : 0 0 10px # eee inset;
12+ box-shadow : 0 0 10px # eee inset;
1213}
1314
1415/* calendar root element */
2122 border : 1px solid # ccc ;
2223 z-index : 1 ;
2324 -moz-border-radius : 5px ;
25+ border-radius : 5px ;
2426 -webkit-border-radius : 5px ;
2527 -moz-box-shadow : 0 0 15px # 666 ;
2628 -webkit-box-shadow : 0 0 15px # 666 ;
29+ box-shadow : 0 0 15px # 666 ;
2730}
2831
2932/* head. contains title, prev/next month controls and possible month/year selectors */
Original file line number Diff line number Diff line change 55 font-size : 11px ;
66 -moz-border-radius : 5px ;
77 -webkit-border-radius : 5px ;
8+ border-radius : 5px ;
89 -moz-box-shadow : 0 0 20px # 999 ;
910 -webkit-box-shadow : 0 0 20px # 999 ;
11+ box-shadow : 0 0 20px # 999 ;
1012}
1113
1214# datehead {
9395 color : # 666 ;
9496 -moz-border-radius : 3px ;
9597 -webkit-border-radius : 3px ;
98+ border-radius : 3px ;
9699}
97100
98101.pickweek a : hover , .pickfocus {
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ div.overlay a.close {
2020 height : 200px ;
2121 background-color : # 666 ;
2222 -moz-border-radius : 15px ;
23+ border-radius : 15px ;
2324}
2425
2526# overlay2 {
Original file line number Diff line number Diff line change 66 width : 670px ;
77 -moz-border-radius : 5px ;
88 -webkit-border-radius : 5px ;
9+ border-radius : 5px ;
910}
1011
1112.column {
Original file line number Diff line number Diff line change 1313 cursor : pointer;
1414 margin : 15px 0 ;
1515 -moz-border-radius : 5px ;
16+ border-radius : 5px ;
1617 border : 1px inset # 333 ;
1718 width : 400px ;
1819 float : left;
3536 display : block;
3637 margin-top : 1px ;
3738 -moz-border-radius : 14px ;
39+ border-radius : 14px ;
3840}
3941
4042.range {
Original file line number Diff line number Diff line change 2727 color : # fff ;
2828 -moz-border-radius : 2px ;
2929 -webkit-border-radius : 2px ;
30+ border-radius : 2px ;
3031}
3132
3233.range : focus {
Original file line number Diff line number Diff line change 2121 margin-bottom : 15px ;
2222 -moz-box-shadow : 0 0 20px # 666 ;
2323 -webkit-box-shadow : 0 0 20px # 666 ;
24+ box-shadow : 0 0 20px # 666 ;
2425}
2526
2627# scroll {
4243 border : 2px solid # 00118E ;
4344 width : 658px ;
4445 -moz-border-radius : 2px ;
46+ border-radius : 2px ;
4547}
4648
4749.handle {
5557 cursor : move;
5658 -moz-border-radius : 14px ;
5759 -webkit-border-radius : 14px ;
60+ border-radius : 14px ;
5861}
5962
6063.handle : active {
Original file line number Diff line number Diff line change 3030 margin-right : 20px ;
3131 float : left;
3232 -moz-border-radius : 5px ;
33+ border-radius : 5px ;
3334}
3435
3536.navi {
Original file line number Diff line number Diff line change 3737 top : 1px ;
3838 outline : none;
3939 -moz-border-radius : 4px 4px 0 0 ;
40+ border-radius : 4px 4px 0 0 ;
4041}
4142
4243.tabs a : hover {
Original file line number Diff line number Diff line change 2121 color : # fff ;
2222 background-color : # 000 ;
2323 -moz-border-radius : 4px ;
24+ border-radius : 4px ;
2425}
2526
2627.trigger {
3334 float : left;
3435 text-align : center;
3536 -moz-border-radius : 4px ;
37+ border-radius : 4px ;
3638}
3739
3840.test {
You can’t perform that action at this time.
0 commit comments