replace selector to .class from #id
This commit is contained in:
parent
21647c753a
commit
1fdb00afd5
1 changed files with 2 additions and 2 deletions
|
@ -215,7 +215,7 @@ ul.searchOptionLabels li {
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
body.search #searchOptions, body.help #searchOptions, body.error #searchOptions {
|
||||
body.search .control-options, body.help .control-options, body.error .control-options {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
padding-top: 72px;
|
||||
|
@ -227,7 +227,7 @@ body.search #searchOptions, body.help #searchOptions, body.error #searchOptions
|
|||
transition: all .4s ease 0s;
|
||||
}
|
||||
|
||||
body.search #searchOptions.active, body.help #searchOptions.active, body.error #searchOptions.active {
|
||||
body.search .control-optionss.active, body.help .control-options.active, body.error .control-options.active {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue