Skip to content

Commit

Permalink
NEW: Fix Modal Close Button Display
Browse files Browse the repository at this point in the history
- improve styling and make larger
  • Loading branch information
aljawaid committed Feb 13, 2023
1 parent 8518368 commit fdb0418
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Assets/css/kanboardcss.css
Original file line number Diff line number Diff line change
Expand Up @@ -2557,6 +2557,25 @@ span.cell-float-right {float: right;}
padding-left: 4px;
}

/* #### MODAL COSE BUTTON */
#modal-close-button {
transform: scale(1.5);
display: inline-block;
position: absolute;
right: 6px;
top: 6px;
background: var(--pp-red-alt-2);
padding: 3px 3px 5px 6px;
border-bottom-left-radius: 3px;
color: white;
box-shadow: -1px -1px 0px 3px var(--pp-white);
}

#modal-close-button:hover {
color: var(--pp-white) !important;
}
/* #### END OF MODAL COSE BUTTON */

@media screen and (max-width: 500px) {
.public-header {
font-size: 1em;
Expand Down

0 comments on commit fdb0418

Please sign in to comment.