@@ -38,13 +38,14 | |||
|
38 | 38 | width:100%; /* IE */ |
|
39 | 39 | } |
|
40 | 40 | #context-menu li>a { width:auto; } /* others */ |
|
41 |
#context-menu a.disabled, #context-menu a.disabled:hover {color: # |
|
|
41 | #context-menu a.disabled, #context-menu a.disabled:hover {color: #aaa;} | |
|
42 | 42 | #context-menu li a.submenu { padding-right:16px; background:url("../images/bullet_arrow_right.png") right no-repeat; } |
|
43 | 43 | #context-menu li:hover { border:1px solid gray; background-color:#eee; } |
|
44 | 44 | #context-menu a:hover {color:#2A5685;} |
|
45 | 45 | #context-menu li.folder:hover { z-index:40; } |
|
46 | 46 | #context-menu ul ul, #context-menu li:hover ul ul { display:none; } |
|
47 | 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 | 50 | /* selected element */ |
|
50 | 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