7 border: dashed rgba(
255,
0,
0,
1);
8 border-width:
12px
4px
12px
4px;
10 border-left-color: rgba(
0,
0,
255,
1);
11 border-bottom-color: rgba(
0,
128,
0,
0.5);
12 border-right-color: rgba(
0,
128,
0,
0.5);
13 -moz-box-sizing: border-box;
14 box-sizing: border-box;
27 t
.style
.borderWidth
= widthSlider
.value
+ 'px ' + widthScale
.value
* widthSlider
.value
+ 'px'
28 t
.style
.webkitBorderRadius
= radiusScale
.value
* radiusSlider
.value
+ 'px ' + radiusSlider
.value
+ 'px'