css: adapt dialog close button to jqueryui 1.12 (#20989)

This commit is contained in:
Frédéric Péters 2018-01-04 10:51:49 +01:00
parent ef4a43df28
commit 7c88461007
1 changed files with 2 additions and 1 deletions

View File

@ -151,10 +151,11 @@ div.ui-dialog {
height: 20px;
min-width: 20px;
padding: 0;
color: #333;
margin-right: 0;
outline: none;
color: transparent;
.ui-icon-closethick::after {
color: #333;
content: "\f00d"; /* fa-times */
font-family: FontAwesome;
padding-top: 5px;