close icon fix
This commit is contained in:
parent
918e13bf91
commit
69ff67c821
1 changed files with 6 additions and 0 deletions
|
@ -79,7 +79,13 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 15px;
|
right: 15px;
|
||||||
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal-header .close:focus {
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.modal-header {
|
.modal-header {
|
||||||
border-bottom: 0px solid #e5e5e5;
|
border-bottom: 0px solid #e5e5e5;
|
||||||
padding: 0px 15px;
|
padding: 0px 15px;
|
||||||
|
|
Loading…
Reference in a new issue