Skip to content
Snippets Groups Projects
Commit fec559e8 authored by Arthur Suzuki's avatar Arthur Suzuki
Browse files

Merge branch 'hotline#116670_theme_muscle_pb_croix_pour_fermer_les_popup' into 'hotline'

hotline#116670 Display cross to close dialog popups

See merge request !3671
parents c19b7767 f68a2dd9
Branches
Tags
3 merge requests!3679Hotline,!3678merge Hotline,!3671hotline#116670 Display cross to close dialog popups
Pipeline #11287 passed with stage
in 46 minutes and 51 seconds
- ticket #116670 : Magasin de thèmes : La croix des popup pour fermer est de nouveau affichée
\ No newline at end of file
......@@ -905,3 +905,9 @@ input[id^="select_record"] + * {
.card_article .boite.kiosque .masonry-brick {
visibility: inherit;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable .ui-dialog-titlebar-close::before {
content: "X";
position: relative;
top: -.25em;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment