Skip to content

Commit 120ffda

Browse files
committed
adding w3c css3 properties
1 parent 29a0e14 commit 120ffda

File tree

10 files changed

+18
-0
lines changed

10 files changed

+18
-0
lines changed

test/dateinput/skin1.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
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 */
@@ -21,9 +22,11 @@
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 */

test/form/dateinput.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
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 {
@@ -93,6 +95,7 @@
9395
color:#666;
9496
-moz-border-radius:3px;
9597
-webkit-border-radius:3px;
98+
border-radius:3px;
9699
}
97100

98101
.pickweek a:hover, .pickfocus {

test/overlay/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 {

test/rangeinput/css/multiple.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
width:670px;
77
-moz-border-radius:5px;
88
-webkit-border-radius:5px;
9+
border-radius:5px;
910
}
1011

1112
.column {

test/rangeinput/css/skin1.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
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;
@@ -35,6 +36,7 @@
3536
display:block;
3637
margin-top:1px;
3738
-moz-border-radius:14px;
39+
border-radius:14px;
3840
}
3941

4042
.range {

test/rangeinput/css/small.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
color:#fff;
2828
-moz-border-radius:2px;
2929
-webkit-border-radius:2px;
30+
border-radius:2px;
3031
}
3132

3233
.range:focus {

test/rangeinput/scrollbar.htm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
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 {
@@ -42,6 +43,7 @@
4243
border:2px solid #00118E;
4344
width:658px;
4445
-moz-border-radius:2px;
46+
border-radius:2px;
4547
}
4648

4749
.handle {
@@ -55,6 +57,7 @@
5557
cursor:move;
5658
-moz-border-radius:14px;
5759
-webkit-border-radius:14px;
60+
border-radius:14px;
5861
}
5962

6063
.handle:active {

test/scrollable/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
margin-right: 20px;
3131
float:left;
3232
-moz-border-radius:5px;
33+
border-radius:5px;
3334
}
3435

3536
.navi {

test/tabs/css/tabs.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ body {
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 {

test/tooltip/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
color:#fff;
2222
background-color:#000;
2323
-moz-border-radius:4px;
24+
border-radius:4px;
2425
}
2526

2627
.trigger {
@@ -33,6 +34,7 @@
3334
float:left;
3435
text-align:center;
3536
-moz-border-radius:4px;
37+
border-radius:4px;
3638
}
3739

3840
.test {

0 commit comments

Comments
 (0)