You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
844 B
49 lines
844 B
#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;
|
|
|
|
} |