|
/* fallback for browsers that don't have repeating-linear-gradient: thick, red lines */
|
|
/* fallback for browsers that don't have repeating-linear-gradient: thick, red lines */
|
|
- -45deg,red 0,red 10px,#ffa800 10px,#ffa800 20px,red 20px) 0 20 repeat;
|
|
|
|
|
|
+ -45deg,rgba(255,0,0,0.1) 0,rgba(255,0,0,0.75) 10px,rgba(0,0,0,0) 10px,rgba(0,0,0,0) 20px,rgba(255,0,0,0.75) 20px) 0 20 repeat;
|