Skip to content

Commit

Permalink
Update ucb-bootstrap-layouts.css
Browse files Browse the repository at this point in the history
Update for dialog box close button fix
New admin theme changes
  • Loading branch information
jnicholCU committed Jan 29, 2024
1 parent 22402fb commit 34585ba
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions css/ucb-bootstrap-layouts.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,28 @@
-webkit-box-shadow: none !important;
}

.ui-dialog.ui-widget-content button.ui-dialog-titlebar-close::before {
position: absolute;
top: calc(50% - 1px);
left: 50%;
width: 50%;
height: 0;
content: "";
border-top: solid 2px currentColor;
transform: translate(-50%, 50%) rotate(-45deg);
}

.ui-dialog.ui-widget-content button.ui-dialog-titlebar-close::after {
position: absolute;
top: calc(50% - 1px);
left: 50%;
width: 50%;
height: 0;
content: "";
border-top: solid 2px currentColor;
transform: translate(-50%, 50%) rotate(45deg);
}

/*** LAYOUT STYLES ***/

.ucb-boostrap-layout-section .column .block:first-child {
Expand Down

0 comments on commit 34585ba

Please sign in to comment.