Make selector to hide text added when ads are blocked more specific
It was blocking the Catalog Settings save button.
This commit is contained in:
parent
4a791c707f
commit
b57c23336d
@ -89,7 +89,7 @@ a {
|
|||||||
[hidden] {
|
[hidden] {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
div.center:not(.ad-cnt) {
|
hr ~ div.center:not(.ad-cnt) {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
.page-num {
|
.page-num {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user