Add close button to document manage popup #2478

This commit is contained in:
Kijin Sung 2025-02-13 22:32:16 +09:00
parent 1aac6f8a41
commit 651fa56c4f
2 changed files with 12 additions and 1 deletions

View file

@ -338,6 +338,9 @@ body>.x,
padding: 10px 15px;
border-bottom: 1px solid #aaa;
background-color: #78909C;
display: flex;
justify-content: space-between;
align-items: center;
}
.x .x_modal-header>h1,
.x .x_modal-header>h2,
@ -347,6 +350,13 @@ body>.x,
margin: 0;
color: #fff;
}
.x .x_modal-header>.close_window {
font-size: 20px;
font-weight: bold;
text-decoration: none;
color: #fff;
opacity: 0.5;
}
.x .x_modal-body {
overflow-y: visible;
max-height: none;