|
@@ -1,18 +1,18 @@
|
1
|
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
|
|
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
|
16
|
*/
|
17
|
17
|
@font-face {
|
18
|
18
|
font-family: "context-menu-icons";
|
|
@@ -88,7 +88,7 @@
|
88
|
88
|
list-style-type: none;
|
89
|
89
|
background: #fff;
|
90
|
90
|
border: 1px solid #bebebe;
|
91
|
|
- border-radius: 3px;
|
|
91
|
+ border-radius: $borderRadius;
|
92
|
92
|
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
|
93
|
93
|
box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
|
94
|
94
|
}
|
|
@@ -156,8 +156,8 @@
|
156
|
156
|
transform: translateY(-50%);
|
157
|
157
|
}
|
158
|
158
|
|
159
|
|
-/**
|
160
|
|
- * Inputs
|
|
159
|
+/**
|
|
160
|
+ * Inputs
|
161
|
161
|
*/
|
162
|
162
|
.context-menu-item.context-menu-input {
|
163
|
163
|
padding: 5px 10px;
|