message box
This commit is contained in:
parent
967c2a927c
commit
d4fa88cf59
|
|
@ -2428,10 +2428,10 @@ display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
left: auto;
|
right: auto;
|
||||||
right: -15px;
|
left: -15px;
|
||||||
top: 8px;
|
top: 8px;
|
||||||
bottom: auto;
|
bottom: auto;
|
||||||
border: 12px solid;
|
border: 12px solid;
|
||||||
border-color: #e3e3e3 transparent transparent #e3e3e3;
|
border-color: #e3e3e3 #e3e3e3 transparent transparent;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue