only show/hide menu when not shown/hidden (so that events are not bound/unbound twice)
This commit is contained in:
parent
3b7b3d8e64
commit
8fb9319192
3 changed files with 14 additions and 5 deletions
|
|
@ -5,8 +5,10 @@ body.OxThemeModern {
|
|||
color: rgb(240, 240, 240);
|
||||
}
|
||||
.OxThemeModern .OxHighlight {
|
||||
background: rgb(255, 255, 0);
|
||||
color: rgb(0, 0, 0);
|
||||
//background: rgb(255, 255, 0);
|
||||
//font-weight: bold;
|
||||
//color: rgb(0, 0, 0);
|
||||
color: rgb(255, 255, 0);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue