close button
This commit is contained in:
parent
07e4654c65
commit
bdac254ad6
1 changed files with 4 additions and 0 deletions
|
@ -18,8 +18,12 @@ color: white !important;
|
||||||
.ui-dialog-titlebar-close {
|
.ui-dialog-titlebar-close {
|
||||||
background: red !important;
|
background: red !important;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
|
border-width: 0px;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.ui-icon-closethick {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.ui-widget-header {
|
.ui-widget-header {
|
||||||
background: none;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
Loading…
Reference in a new issue