Fix umap alert close link CSS targeting
This commit is contained in:
parent
17afb5c47d
commit
6dc3181ed9
1 changed files with 3 additions and 3 deletions
|
@ -805,13 +805,13 @@ input[type=hidden].blur + .button {
|
||||||
.dark .umap-close-link:hover {
|
.dark .umap-close-link:hover {
|
||||||
background-color: #2e3436;
|
background-color: #2e3436;
|
||||||
}
|
}
|
||||||
.umap-alert .umap-close-link {
|
#umap-alert-container .umap-close-link {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
float: right;
|
float: right;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
.umap-alert .umap-close-icon {
|
#umap-alert-container .umap-close-icon {
|
||||||
background-position: -128px -90px;
|
background-position: -128px -93px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue