Skip to content

Commit 97ae461

Browse files
committed
Removed vendor specific css since autoprefixer is used.
1 parent 4e4d388 commit 97ae461

File tree

4 files changed

+12
-33
lines changed

4 files changed

+12
-33
lines changed

dist/jquery.contextMenu.css

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Licensed under
1212
* MIT License http://www.opensource.org/licenses/mit-license
1313
14-
* Date: 2015-09-10T13:51:51.559Z
14+
* Date: 2015-09-11T19:08:02.292Z
1515
*/
1616

1717
.context-menu-list {
@@ -28,18 +28,15 @@
2828
border: 1px solid #ddd;
2929
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
3030
box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
31-
32-
-ms-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
33-
-o-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
3431
}
3532

3633
.context-menu-item {
3734
position: relative;
3835
padding: 2px 2px 2px 24px;
39-
-webkit-user-select: none;
40-
-moz-user-select: -moz-none;
41-
-ms-user-select: none;
42-
user-select: none;
36+
-webkit-user-select: none;
37+
-moz-user-select: none;
38+
-ms-user-select: none;
39+
user-select: none;
4340
background-color: #eee;
4441
}
4542

@@ -137,9 +134,6 @@
137134
-webkit-box-sizing: border-box;
138135
-moz-box-sizing: border-box;
139136
box-sizing: border-box;
140-
141-
-ms-box-sizing: border-box;
142-
-o-box-sizing: border-box;
143137
}
144138

145139
.context-menu-input > label > textarea {

dist/jquery.contextMenu.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)