mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Add close button to document manage popup #2478
This commit is contained in:
parent
1aac6f8a41
commit
651fa56c4f
2 changed files with 12 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue