|
|
|
@ -1,18 +1,18 @@ |
|
|
|
|
@charset "UTF-8"; |
|
|
|
|
/*! |
|
|
|
|
* jQuery contextMenu - Plugin for simple contextMenu handling |
|
|
|
|
* |
|
|
|
|
* Version: v2.1.1 |
|
|
|
|
* |
|
|
|
|
* Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF) |
|
|
|
|
* Web: http://swisnl.github.io/jQuery-contextMenu/ |
|
|
|
|
* |
|
|
|
|
* Copyright (c) 2011-2016 SWIS BV and contributors |
|
|
|
|
* |
|
|
|
|
* Licensed under |
|
|
|
|
* MIT License http://www.opensource.org/licenses/mit-license |
|
|
|
|
* |
|
|
|
|
* Date: 2016-02-28T09:53:18.890Z |
|
|
|
|
/*! |
|
|
|
|
* jQuery contextMenu - Plugin for simple contextMenu handling |
|
|
|
|
* |
|
|
|
|
* Version: v2.1.1 |
|
|
|
|
* |
|
|
|
|
* Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF) |
|
|
|
|
* Web: http://swisnl.github.io/jQuery-contextMenu/ |
|
|
|
|
* |
|
|
|
|
* Copyright (c) 2011-2016 SWIS BV and contributors |
|
|
|
|
* |
|
|
|
|
* Licensed under |
|
|
|
|
* MIT License http://www.opensource.org/licenses/mit-license |
|
|
|
|
* |
|
|
|
|
* Date: 2016-02-28T09:53:18.890Z |
|
|
|
|
*/ |
|
|
|
|
@font-face { |
|
|
|
|
font-family: "context-menu-icons"; |
|
|
|
@ -88,7 +88,7 @@ |
|
|
|
|
list-style-type: none; |
|
|
|
|
background: #fff; |
|
|
|
|
border: 1px solid #bebebe; |
|
|
|
|
border-radius: 3px; |
|
|
|
|
border-radius: $borderRadius; |
|
|
|
|
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .5); |
|
|
|
|
box-shadow: 0 2px 5px rgba(0, 0, 0, .5); |
|
|
|
|
} |
|
|
|
@ -156,8 +156,8 @@ |
|
|
|
|
transform: translateY(-50%); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Inputs |
|
|
|
|
/** |
|
|
|
|
* Inputs |
|
|
|
|
*/ |
|
|
|
|
.context-menu-item.context-menu-input { |
|
|
|
|
padding: 5px 10px; |
|
|
|
|