|
@@ -1,206 +0,0 @@
|
1
|
|
-@charset "UTF-8";
|
2
|
|
-/*!
|
3
|
|
- * jQuery contextMenu - Plugin for simple contextMenu handling
|
4
|
|
- *
|
5
|
|
- * Version: v2.1.1
|
6
|
|
- *
|
7
|
|
- * Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
|
8
|
|
- * Web: http://swisnl.github.io/jQuery-contextMenu/
|
9
|
|
- *
|
10
|
|
- * Copyright (c) 2011-2016 SWIS BV and contributors
|
11
|
|
- *
|
12
|
|
- * Licensed under
|
13
|
|
- * MIT License http://www.opensource.org/licenses/mit-license
|
14
|
|
- *
|
15
|
|
- * Date: 2016-02-28T09:53:18.890Z
|
16
|
|
- */
|
17
|
|
-@font-face {
|
18
|
|
- font-family: "context-menu-icons";
|
19
|
|
- font-style: normal;
|
20
|
|
- font-weight: normal;
|
21
|
|
-
|
22
|
|
- src: url("font/context-menu-icons.eot?2qmzf");
|
23
|
|
- src: url("font/context-menu-icons.eot?2qmzf#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?2qmzf") format("woff2"), url("font/context-menu-icons.woff?2qmzf") format("woff"), url("font/context-menu-icons.ttf?2qmzf") format("truetype");
|
24
|
|
-}
|
25
|
|
-
|
26
|
|
-.context-menu-icon:before {
|
27
|
|
- position: absolute;
|
28
|
|
- top: 50%;
|
29
|
|
- left: 0;
|
30
|
|
- width: 28px;
|
31
|
|
- font-family: "context-menu-icons";
|
32
|
|
- font-size: 16px;
|
33
|
|
- font-style: normal;
|
34
|
|
- font-weight: normal;
|
35
|
|
- line-height: 1;
|
36
|
|
- color: #2980b9;
|
37
|
|
- text-align: center;
|
38
|
|
- -webkit-transform: translateY(-50%);
|
39
|
|
- -ms-transform: translateY(-50%);
|
40
|
|
- -o-transform: translateY(-50%);
|
41
|
|
- transform: translateY(-50%);
|
42
|
|
-
|
43
|
|
- -webkit-font-smoothing: antialiased;
|
44
|
|
- -moz-osx-font-smoothing: grayscale;
|
45
|
|
-}
|
46
|
|
-
|
47
|
|
-.context-menu-icon-add:before {
|
48
|
|
- content: "";
|
49
|
|
-}
|
50
|
|
-
|
51
|
|
-.context-menu-icon-copy:before {
|
52
|
|
- content: "";
|
53
|
|
-}
|
54
|
|
-
|
55
|
|
-.context-menu-icon-cut:before {
|
56
|
|
- content: "";
|
57
|
|
-}
|
58
|
|
-
|
59
|
|
-.context-menu-icon-delete:before {
|
60
|
|
- content: "";
|
61
|
|
-}
|
62
|
|
-
|
63
|
|
-.context-menu-icon-edit:before {
|
64
|
|
- content: "";
|
65
|
|
-}
|
66
|
|
-
|
67
|
|
-.context-menu-icon-paste:before {
|
68
|
|
- content: "";
|
69
|
|
-}
|
70
|
|
-
|
71
|
|
-.context-menu-icon-quit:before {
|
72
|
|
- content: "";
|
73
|
|
-}
|
74
|
|
-
|
75
|
|
-.context-menu-icon.context-menu-hover:before {
|
76
|
|
- color: #fff;
|
77
|
|
-}
|
78
|
|
-
|
79
|
|
-.context-menu-list {
|
80
|
|
- position: absolute;
|
81
|
|
- display: inline-block;
|
82
|
|
- min-width: 180px;
|
83
|
|
- max-width: 360px;
|
84
|
|
- padding: 4px 0;
|
85
|
|
- margin: 5px;
|
86
|
|
- font-family: inherit;
|
87
|
|
- font-size: inherit;
|
88
|
|
- list-style-type: none;
|
89
|
|
- background: #fff;
|
90
|
|
- border: 1px solid #bebebe;
|
91
|
|
- border-radius: $borderRadius;
|
92
|
|
- -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
|
93
|
|
- box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
|
94
|
|
-}
|
95
|
|
-
|
96
|
|
-.context-menu-item {
|
97
|
|
- position: relative;
|
98
|
|
- padding: 3px 28px;
|
99
|
|
- color: #2f2f2f;
|
100
|
|
- -webkit-user-select: none;
|
101
|
|
- -moz-user-select: none;
|
102
|
|
- -ms-user-select: none;
|
103
|
|
- user-select: none;
|
104
|
|
- background-color: #fff;
|
105
|
|
-}
|
106
|
|
-
|
107
|
|
-.context-menu-separator {
|
108
|
|
- padding: 0;
|
109
|
|
- margin: 5px 0;
|
110
|
|
- border-bottom: 1px solid #e6e6e6;
|
111
|
|
-}
|
112
|
|
-
|
113
|
|
-.context-menu-item > label > input,
|
114
|
|
-.context-menu-item > label > textarea {
|
115
|
|
- -webkit-user-select: text;
|
116
|
|
- -moz-user-select: text;
|
117
|
|
- -ms-user-select: text;
|
118
|
|
- user-select: text;
|
119
|
|
-}
|
120
|
|
-
|
121
|
|
-.context-menu-item.context-menu-hover {
|
122
|
|
- color: #fff;
|
123
|
|
- cursor: pointer;
|
124
|
|
- background-color: #2980b9;
|
125
|
|
-}
|
126
|
|
-
|
127
|
|
-.context-menu-item.context-menu-disabled {
|
128
|
|
- color: #626262;
|
129
|
|
- background-color: #fff;
|
130
|
|
-}
|
131
|
|
-
|
132
|
|
-.context-menu-item.context-menu-disabled {
|
133
|
|
- color: #626262;
|
134
|
|
-}
|
135
|
|
-
|
136
|
|
-.context-menu-input.context-menu-hover,
|
137
|
|
-.context-menu-item.context-menu-disabled.context-menu-hover {
|
138
|
|
- cursor: default;
|
139
|
|
- background-color: #eee;
|
140
|
|
-}
|
141
|
|
-
|
142
|
|
-.context-menu-submenu:after {
|
143
|
|
- position: absolute;
|
144
|
|
- top: 50%;
|
145
|
|
- right: 8px;
|
146
|
|
- z-index: $zindex1;
|
147
|
|
- width: 0;
|
148
|
|
- height: 0;
|
149
|
|
- content: '';
|
150
|
|
- border-color: transparent transparent transparent #2f2f2f;
|
151
|
|
- border-style: solid;
|
152
|
|
- border-width: 4px 0 4px 4px;
|
153
|
|
- -webkit-transform: translateY(-50%);
|
154
|
|
- -ms-transform: translateY(-50%);
|
155
|
|
- -o-transform: translateY(-50%);
|
156
|
|
- transform: translateY(-50%);
|
157
|
|
-}
|
158
|
|
-
|
159
|
|
-/**
|
160
|
|
- * Inputs
|
161
|
|
- */
|
162
|
|
-.context-menu-item.context-menu-input {
|
163
|
|
- padding: 5px 10px;
|
164
|
|
-}
|
165
|
|
-
|
166
|
|
-/* vertically align inside labels */
|
167
|
|
-.context-menu-input > label > * {
|
168
|
|
- vertical-align: top;
|
169
|
|
-}
|
170
|
|
-
|
171
|
|
-/* position checkboxes and radios as icons */
|
172
|
|
-.context-menu-input > label > input[type="checkbox"],
|
173
|
|
-.context-menu-input > label > input[type="radio"] {
|
174
|
|
- position: relative;
|
175
|
|
- top: 3px;
|
176
|
|
-}
|
177
|
|
-
|
178
|
|
-.context-menu-input > label,
|
179
|
|
-.context-menu-input > label > input[type="text"],
|
180
|
|
-.context-menu-input > label > textarea,
|
181
|
|
-.context-menu-input > label > select {
|
182
|
|
- display: block;
|
183
|
|
- width: 100%;
|
184
|
|
- -webkit-box-sizing: border-box;
|
185
|
|
- -moz-box-sizing: border-box;
|
186
|
|
- box-sizing: border-box;
|
187
|
|
-}
|
188
|
|
-
|
189
|
|
-.context-menu-input > label > textarea {
|
190
|
|
- height: 100px;
|
191
|
|
-}
|
192
|
|
-
|
193
|
|
-.context-menu-item > .context-menu-list {
|
194
|
|
- top: 5px;
|
195
|
|
- /* re-positioned by js */
|
196
|
|
- right: -5px;
|
197
|
|
- display: none;
|
198
|
|
-}
|
199
|
|
-
|
200
|
|
-.context-menu-item.context-menu-visible > .context-menu-list {
|
201
|
|
- display: block;
|
202
|
|
-}
|
203
|
|
-
|
204
|
|
-.context-menu-accesskey {
|
205
|
|
- text-decoration: underline;
|
206
|
|
-}
|