Fixed: Context menu overwritten by calendar on My Page (#1644).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1671 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
025581bb28
commit
7c6f191cf5
|
@ -1,4 +1,4 @@
|
|||
#context-menu { position: absolute; z-index: 10;}
|
||||
#context-menu { position: absolute; z-index: 40;}
|
||||
|
||||
#context-menu ul, #context-menu li, #context-menu a {
|
||||
display:block;
|
||||
|
@ -20,7 +20,7 @@
|
|||
#context-menu li {
|
||||
position:relative;
|
||||
padding:1px;
|
||||
z-index:9;
|
||||
z-index:39;
|
||||
}
|
||||
#context-menu li.folder ul { position:absolute; left:168px; /* IE6 */ top:-2px; }
|
||||
#context-menu li.folder>ul { left:148px; }
|
||||
|
@ -42,7 +42,7 @@
|
|||
#context-menu li a.submenu { background:url("../images/sub.gif") right no-repeat; }
|
||||
#context-menu a:hover { border-color:gray; background-color:#eee; color:#2A5685; }
|
||||
#context-menu li.folder a:hover { background-color:#eee; }
|
||||
#context-menu li.folder:hover { z-index:10; }
|
||||
#context-menu li.folder:hover { z-index:40; }
|
||||
#context-menu ul ul, #context-menu li:hover ul ul { display:none; }
|
||||
#context-menu li:hover ul, #context-menu li:hover li:hover ul { display:block; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue