-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
46 lines (43 loc) · 704 Bytes
/
styles.css
File metadata and controls
46 lines (43 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#contextmenu_box{
background: #FFF;
margin-left:5px;
border: 1px solid #999;
}
#contextmenu_box .yui3-widget-hd{
font-weight: bold;
font-size: 10px;
text-align: center;
padding-top: 3px;
height: 15px;
}
#contextmenu {
padding:0;
margin:0;
font-size: 12px;
line-height: 2.3em;
}
#contextmenu li {
list-style-type:none;
padding:5px;
display:block;
}
#contextmenu li a {
color:black;
}
#contextmenu li a:hover {
text-decoration:none;
}
#contextmenu li img{
vertical-align:middle;
padding:5px;
}
#contextmenu_box #closecontext{
display:inline;
cursor: pointer;
float: right;
vertical-align: middle;
}
#contextmenu li:hover{
background-color :#E2E1E1;
cursor: pointer;
}