mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
use solid border in z-index tests
This commit is contained in:
parent
eb00650b02
commit
dd7468c446
@ -25,7 +25,7 @@
|
||||
font-weight: bold;
|
||||
}
|
||||
#div1, #div2 {
|
||||
border: 1px dashed #696;
|
||||
border: 1px solid #696;
|
||||
padding: 10px;
|
||||
background-color: #cfc;
|
||||
}
|
||||
@ -43,12 +43,12 @@
|
||||
top: 40px;
|
||||
left: 180px;
|
||||
width: 330px;
|
||||
border: 1px dashed #900;
|
||||
border: 1px solid #900;
|
||||
background-color: #fdd;
|
||||
padding: 40px 20px 20px;
|
||||
}
|
||||
#div4, #div5 {
|
||||
border: 1px dashed #996;
|
||||
border: 1px solid #996;
|
||||
background-color: #ffc;
|
||||
}
|
||||
#div4 {
|
||||
@ -68,7 +68,7 @@
|
||||
left: 180px;
|
||||
width: 150px;
|
||||
height: 125px;
|
||||
border: 1px dashed #009;
|
||||
border: 1px solid #009;
|
||||
padding-top: 125px;
|
||||
background-color: #ddf;
|
||||
text-align: center;
|
||||
|
@ -9,7 +9,7 @@
|
||||
width: 250px;
|
||||
height: 70px;
|
||||
position: relative;
|
||||
border: 2px outset #669966;
|
||||
border: 2px solid #669966;
|
||||
background-color: #ccffcc;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
@ -15,7 +15,7 @@ span.bold { font-weight: bold; }
|
||||
|
||||
#normdiv {
|
||||
height: 70px;
|
||||
border: 1px dashed #999966;
|
||||
border: 1px solid #999966;
|
||||
background-color: #ffffcc;
|
||||
margin: 0px 50px 0px 50px;
|
||||
text-align: center;
|
||||
@ -26,7 +26,7 @@ span.bold { font-weight: bold; }
|
||||
height: 100px;
|
||||
position: relative;
|
||||
top: 30px;
|
||||
border: 1px dashed #669966;
|
||||
border: 1px solid #669966;
|
||||
background-color: #ccffcc;
|
||||
margin: 0px 50px 0px 50px;
|
||||
text-align: center;
|
||||
@ -38,7 +38,7 @@ span.bold { font-weight: bold; }
|
||||
position: relative;
|
||||
top: 15px;
|
||||
left: 20px;
|
||||
border: 1px dashed #669966;
|
||||
border: 1px solid #669966;
|
||||
background-color: #ccffcc;
|
||||
margin: 0px 50px 0px 50px;
|
||||
text-align: center;
|
||||
@ -51,7 +51,7 @@ span.bold { font-weight: bold; }
|
||||
height: 350px;
|
||||
top: 10px;
|
||||
left: 10px;
|
||||
border: 1px dashed #990000;
|
||||
border: 1px solid #990000;
|
||||
background-color: #ffdddd;
|
||||
text-align: center;
|
||||
}
|
||||
@ -63,7 +63,7 @@ span.bold { font-weight: bold; }
|
||||
height: 350px;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
border: 1px dashed #990000;
|
||||
border: 1px solid #990000;
|
||||
background-color: #ffdddd;
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -20,7 +20,7 @@ span.bold { font-weight: bold; }
|
||||
height: 200px;
|
||||
top: 10px;
|
||||
right: 140px;
|
||||
border: 1px dashed #990000;
|
||||
border: 1px solid #990000;
|
||||
background-color: #ffdddd;
|
||||
text-align: center;
|
||||
}
|
||||
@ -28,7 +28,7 @@ span.bold { font-weight: bold; }
|
||||
#normdiv {
|
||||
/*opacity: 0.7;*/
|
||||
height: 100px;
|
||||
border: 1px dashed #999966;
|
||||
border: 1px solid #999966;
|
||||
background-color: #ffffcc;
|
||||
margin: 0px 10px 0px 10px;
|
||||
text-align: left;
|
||||
@ -40,7 +40,7 @@ span.bold { font-weight: bold; }
|
||||
float: left;
|
||||
width: 150px;
|
||||
height: 200px;
|
||||
border: 1px dashed #009900;
|
||||
border: 1px solid #009900;
|
||||
background-color: #ccffcc;
|
||||
text-align: center;
|
||||
}
|
||||
@ -51,7 +51,7 @@ span.bold { font-weight: bold; }
|
||||
float: right;
|
||||
width: 150px;
|
||||
height: 200px;
|
||||
border: 1px dashed #009900;
|
||||
border: 1px solid #009900;
|
||||
background-color: #ccffcc;
|
||||
text-align: center;
|
||||
}
|
||||
@ -63,7 +63,7 @@ span.bold { font-weight: bold; }
|
||||
height: 100px;
|
||||
top: 130px;
|
||||
left: 100px;
|
||||
border: 1px dashed #990000;
|
||||
border: 1px solid #990000;
|
||||
background-color: #ffdddd;
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -16,7 +16,7 @@ span.bold { font-weight: bold; }
|
||||
#normdiv {
|
||||
z-index: 8;
|
||||
height: 70px;
|
||||
border: 1px dashed #999966;
|
||||
border: 1px solid #999966;
|
||||
background-color: #ffffcc;
|
||||
margin: 0px 50px 0px 50px;
|
||||
text-align: center;
|
||||
@ -27,7 +27,7 @@ span.bold { font-weight: bold; }
|
||||
height: 100px;
|
||||
position: relative;
|
||||
top: 30px;
|
||||
border: 1px dashed #669966;
|
||||
border: 1px solid #669966;
|
||||
background-color: #ccffcc;
|
||||
margin: 0px 50px 0px 50px;
|
||||
text-align: center;
|
||||
@ -39,7 +39,7 @@ span.bold { font-weight: bold; }
|
||||
position: relative;
|
||||
top: 15px;
|
||||
left: 20px;
|
||||
border: 1px dashed #669966;
|
||||
border: 1px solid #669966;
|
||||
background-color: #ccffcc;
|
||||
margin: 0px 50px 0px 50px;
|
||||
text-align: center;
|
||||
@ -52,7 +52,7 @@ span.bold { font-weight: bold; }
|
||||
height: 350px;
|
||||
top: 10px;
|
||||
left: 10px;
|
||||
border: 1px dashed #990000;
|
||||
border: 1px solid #990000;
|
||||
background-color: #ffdddd;
|
||||
text-align: center;
|
||||
}
|
||||
@ -64,7 +64,7 @@ span.bold { font-weight: bold; }
|
||||
height: 350px;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
border: 1px dashed #990000;
|
||||
border: 1px solid #990000;
|
||||
background-color: #ffdddd;
|
||||
text-align: center;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user