##// END OF EJS Templates
Slight change to the context menu style....
Jean-Philippe Lang -
r8708:e1072a3c4fb8
parent child
Show More
@@ -38,13 +38,14
38 width:100%; /* IE */
38 width:100%; /* IE */
39 }
39 }
40 #context-menu li>a { width:auto; } /* others */
40 #context-menu li>a { width:auto; } /* others */
41 #context-menu a.disabled, #context-menu a.disabled:hover {color: #ccc;}
41 #context-menu a.disabled, #context-menu a.disabled:hover {color: #aaa;}
42 #context-menu li a.submenu { padding-right:16px; background:url("../images/bullet_arrow_right.png") right no-repeat; }
42 #context-menu li a.submenu { padding-right:16px; background:url("../images/bullet_arrow_right.png") right no-repeat; }
43 #context-menu li:hover { border:1px solid gray; background-color:#eee; }
43 #context-menu li:hover { border:1px solid gray; background-color:#eee; }
44 #context-menu a:hover {color:#2A5685;}
44 #context-menu a:hover {color:#2A5685;}
45 #context-menu li.folder:hover { z-index:40; }
45 #context-menu li.folder:hover { z-index:40; }
46 #context-menu ul ul, #context-menu li:hover ul ul { display:none; }
46 #context-menu ul ul, #context-menu li:hover ul ul { display:none; }
47 #context-menu li:hover ul, #context-menu li:hover li:hover ul { display:block; }
47 #context-menu li:hover ul, #context-menu li:hover li:hover ul { display:block; }
48 #context-menu a.icon-checked {background: url(../images/toggle_check.png) no-repeat 3px 40%;}
48
49
49 /* selected element */
50 /* selected element */
50 .context-menu-selection { background-color:#507AAA !important; color:#f8f8f8 !important; }
51 .context-menu-selection { background-color:#507AAA !important; color:#f8f8f8 !important; }
General Comments 0
You need to be logged in to leave comments. Login now