Enhance aesthetics of popup element.
This commit is contained in:
parent
73d7706749
commit
02eb1a22e0
@ -830,6 +830,10 @@ class BesPopupEl extends HTMLElement {
|
||||
.bes-toolbar button {
|
||||
margin-right: 2px;
|
||||
}
|
||||
.bes-popup-title {
|
||||
flex-grow: 1;
|
||||
cursor: grab;
|
||||
}
|
||||
.bes-text-div{
|
||||
background-color: white;
|
||||
padding: 10px;
|
||||
@ -858,6 +862,7 @@ class BesPopupEl extends HTMLElement {
|
||||
</style>
|
||||
<div class="bes-popup-container">
|
||||
<div class="bes-toolbar">
|
||||
<div class="bes-popup-title">Besana</div>
|
||||
<button class="bes-close-btn" onclick="BesPopupEl.hide()">X</button>
|
||||
</div>
|
||||
<div class="bes-text-div">
|
||||
|
@ -5,9 +5,6 @@
|
||||
z-index: 2;
|
||||
cursor: text;
|
||||
pointer-events: none;
|
||||
/* text-decoration: underline;
|
||||
text-decoration-color: red;
|
||||
cursor: text; */
|
||||
}
|
||||
|
||||
.bes-correction-panel-parent {
|
||||
|
Loading…
x
Reference in New Issue
Block a user