forked from callmenick/Custom-Context-Menu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme-12-light.css
89 lines (72 loc) · 1.42 KB
/
theme-12-light.css
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
a.context-menu__link {
border-radius: 5px;
}
#context-menu a.sm-link-icon::after{
font-family: "FontAwesome";
content: "\f054"; /* fa-chevron-right */
position: absolute;
right: 10px;
font-size: 0.8em;
}
.fa-window-minimize {
color: Gainsboro;
}
/* context menu */
.context-menu-active { /* needed to avoid no right-click */
display: block;
}
.context-menu__link {
border-radius: 5px;
margin-left: 3px;
margin-top: 4px;
margin-bottom: 4px;
margin-right: 3px;
}
.context-menu__link:hover {
border-radius: 5px;
margin-left: 3px;
margin-top: 4px;
margin-bottom: 4px;
margin-right: 3px;
width: 100%;
}
.context-menu__link-disabled {
color: #bdbbc3;
margin-left: 3px;
margin-top: 4px;
margin-bottom: 4px;
margin-right: 3px;
}
.context-menu__link-disabled:hover {
color: #bdbbc3;
width: 100%;
margin-left: 3px;
margin-top: 4px;
margin-bottom: 4px;
margin-right: 3px;
}
/* context-submenu */
.context-submenu-active { /* needed to avoid no right-click */
display: block;
}
.context-submenu__link {
border-radius: 5px;
margin-left: 3px;
margin-top: 4px;
margin-bottom: 4px;
margin-right: 3px;
}
.context-submenu__link:hover {
border-radius: 5px;
margin-left: 3px;
margin-top: 4px;
margin-bottom: 4px;
margin-right: 3px;
}
.submenuActive {
border-radius: 5px;
margin-left: 3px;
margin-top: 4px;
margin-bottom: 4px;
margin-right: 3px;
}