parent
c85035e717
commit
fd0d83ca29
@ -0,0 +1,49 @@
|
|||||||
|
#single{
|
||||||
|
border: 2px solid red;
|
||||||
|
font-size: small;
|
||||||
|
width:60px;
|
||||||
|
height:20px;
|
||||||
|
position:absolute;
|
||||||
|
right:120px;
|
||||||
|
top:150px;
|
||||||
|
cursor:pointer;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#arrow1{
|
||||||
|
background: black;
|
||||||
|
border: 1px solid black;
|
||||||
|
width:60px;
|
||||||
|
height:20px;
|
||||||
|
position:absolute;
|
||||||
|
right:30px;
|
||||||
|
top:150px;
|
||||||
|
cursor:pointer;
|
||||||
|
clip-path: polygon(0% 40%, 95% 40%, 92% 10%, 95% 0%, 100% 50%, 95% 100%, 92% 90%, 95% 60%, 0% 60%);
|
||||||
|
}
|
||||||
|
|
||||||
|
#myText{
|
||||||
|
width: 180px;
|
||||||
|
height:25px;
|
||||||
|
position:absolute;
|
||||||
|
bottom:50px;
|
||||||
|
right:10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#okButton{
|
||||||
|
width: 50px;
|
||||||
|
height: 25px;
|
||||||
|
position:absolute;
|
||||||
|
bottom:50px;
|
||||||
|
right:10px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#cancelButton{
|
||||||
|
width: 50px;
|
||||||
|
height: 25px;
|
||||||
|
position:absolute;
|
||||||
|
bottom:50px;
|
||||||
|
right:10px;
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in new issue