@@ -9,12 +9,11 | |||||
9 |
|
9 | |||
10 | #context-menu ul { |
|
10 | #context-menu ul { | |
11 |
|
|
11 | width:150px; | |
12 |
|
|
12 | border: 1px solid #ccc; | |
13 | border-left:1px solid #ddd; |
|
|||
14 | border-bottom:1px solid #777; |
|
|||
15 | border-right:1px solid #777; |
|
|||
16 |
|
|
13 | background:white; | |
17 |
|
|
14 | list-style:none; | |
|
15 | padding:2px; | |||
|
16 | border-radius:2px; | |||
18 | } |
|
17 | } | |
19 |
|
18 | |||
20 | #context-menu li { |
|
19 | #context-menu li { | |
@@ -34,13 +33,13 | |||||
34 |
|
|
33 | text-decoration:none !important; | |
35 |
|
|
34 | background-repeat: no-repeat; | |
36 |
|
|
35 | background-position: 1px 50%; | |
37 |
|
|
36 | padding: 2px 0px 2px 20px; | |
38 |
|
|
37 | width:100%; /* IE */ | |
39 | } |
|
38 | } | |
40 | #context-menu li>a { width:auto; } /* others */ |
|
39 | #context-menu li>a { width:auto; } /* others */ | |
41 | #context-menu a.disabled, #context-menu a.disabled:hover {color: #aaa;} |
|
40 | #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; } |
|
41 | #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 |
|
42 | #context-menu li:hover { border:1px solid #628db6; background-color:#eef5fd; border-radius:3px; } | |
44 | #context-menu a:hover {color:#2A5685;} |
|
43 | #context-menu a:hover {color:#2A5685;} | |
45 | #context-menu li.folder:hover { z-index:40; } |
|
44 | #context-menu li.folder:hover { z-index:40; } | |
46 | #context-menu ul ul, #context-menu li:hover ul ul { display:none; } |
|
45 | #context-menu ul ul, #context-menu li:hover ul ul { display:none; } |
General Comments 0
You need to be logged in to leave comments.
Login now