fixed css selectors

This commit is contained in:
Devaev Maxim
2019-11-09 03:11:22 +03:00
parent fa40676136
commit 67bc2b0e08
6 changed files with 45 additions and 19 deletions

View File

@@ -24,7 +24,9 @@ div#msd-menu {
width: 450px;
}
div#msd-menu .msd-feature-disabled, div.msd-message, input.msd-message {
div#msd-menu .msd-feature-disabled,
div#msd-menu div.msd-message,
div#msd-menu input.msd-message {
display: none;
}