Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Vex dialog: close btn: approximate style to regular dialogs
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I7e25cfd716cba88364682dcf1093fa2224a1da5b
  • Loading branch information
pedropintosilva committed Nov 12, 2020
1 parent 4b1c790 commit 3e53289
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions loleaflet/css/vex.css
Expand Up @@ -47,8 +47,11 @@
outline: none;
}

.vex.vex-theme-plain .vex-close:hover:before {
line-height: 30px;
.vex.vex-theme-plain .vex-close:before {
width: 20px;
height: 20px;
line-height: 18px;
font-size: 30px;
}

.vex-closing {
Expand Down

0 comments on commit 3e53289

Please sign in to comment.