/*---------------------------------------------------------------------- * Admin Mega Menu Icon and Others Support *----------------------------------------------------------------------*/ .ayyash-label { padding: 4px 10px; border-radius: 2px; text-transform: uppercase; font-size: 10px; } .ayyash-label-primary { background: #14ba00; color: #fff; } .ayyash-label-success { background: rgb(50, 0, 171); color: #fff; } #menu-to-edit { /*icon*/ } #menu-to-edit .ayyash-last { margin-right: 0; } #menu-to-edit .description-thin { height: auto; } #menu-to-edit .menu-item-depth-0 .field-content { display: none; } #menu-to-edit .ayyash-mega-column, #menu-to-edit .ayyash-mega-menu { float: left; width: 361px; margin: 15px 0; padding: 15px; border: 1px solid #e6e6e6; background: #f9f9f9; } #menu-to-edit .ayyash-mega-column select, #menu-to-edit .ayyash-mega-menu select { width: 100%; } #menu-to-edit .field-highlight-type select { width: 100%; margin: 0; } #menu-to-edit .mega-depend-position, #menu-to-edit .mega-depend-width, #menu-to-edit .field-mega-width, #menu-to-edit .field-mega { width: 100%; float: left; margin: 5px 0; } #menu-to-edit .ayyash-mega-menu, #menu-to-edit .ayyash-mega-column, #menu-to-edit .field-mega-width, #menu-to-edit .item-mega, #menu-to-edit .item-mega-column { display: none; } #menu-to-edit .item-mega, #menu-to-edit .item-mega-column { font-size: 12px; padding: 12px 10px; line-height: 18px; } #menu-to-edit .menu-item-transport .item-mega, #menu-to-edit .menu-item-depth-0.active-mega-menu .item-type, #menu-to-edit .menu-item-depth-1.active-mega-column .item-type { display: none; } #menu-to-edit .menu-item-depth-0 .ayyash-mega-menu, #menu-to-edit .menu-item-depth-0.active-mega-menu .field-mega-width, #menu-to-edit .menu-item-depth-0.active-mega-menu .item-mega, #menu-to-edit .menu-item-depth-1.active-mega-column .ayyash-mega-column, #menu-to-edit .menu-item-depth-1.active-mega-column .item-mega-column { display: block; } #menu-to-edit .menu-item-depth-1 .menu-item-transport .item-mega-column { display: none; } #menu-to-edit .icon-preview { display: inline-block; text-decoration: none; font-size: 13px; line-height: 2.15384615; min-height: 30px; width: 36px; margin: 0; padding: 0 10px; border-width: 1px; border-style: solid; -webkit-appearance: none; border-radius: 3px; white-space: nowrap; box-sizing: border-box; } #menu-to-edit .ayyash-button-remove { margin-left: 3px; background: #e14d43; border-color: #d02a21; color: #fff; box-shadow: inset 0 1px 0 #ec8a85, 0 1px 0 rgba(0, 0, 0, 0.15); } #icon-dialog { display: none; background: #fff; } .ayyash-icon-dialog { position: absolute; top: 0; left: 0; z-index: 100102; background-color: #fff; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); overflow: hidden; } .ayyash-icon-dialog #dialog-header-wrap { width: 100%; padding-bottom: 16px; text-align: center; } .ayyash-icon-dialog #dialog-header-wrap input { width: 50%; line-height: 30px; } .ayyash-icon-dialog #icon-load { overflow-x: hidden; overflow-y: auto; margin: -20px 20px; padding: 10px; } .ayyash-icon-dialog #icon-load h4 { margin: 15px 0 5px 5px; } .ayyash-icon-dialog #icon-load h4:first-child { margin-top: 0; } .ayyash-icon-dialog a.pick-icon { transition: border 0.2s ease, box-shadow 0.2s ease; text-decoration: none; display: inline-block; padding: 10px; margin: 5px; border: 1px solid #e1e1e1; color: #555; outline: none; text-align: center; font-size: 14px; width: 21px; height: 21px; line-height: 23px; } .ayyash-icon-dialog a.pick-icon.active-icon, .ayyash-icon-dialog a.pick-icon:focus, .ayyash-icon-dialog a.pick-icon:active, .ayyash-icon-dialog a.pick-icon:hover { box-shadow: 0 0 20px rgba(77, 191, 217, 0.4); border: 1px solid #4dbfd9; } .ayyash-icon-dialog #dialog-shadow-down, .ayyash-icon-dialog #dialog-shadow-up { width: 100%; height: 20px; overflow: hidden; position: relative; } .ayyash-icon-dialog #dialog-shadow-down:after, .ayyash-icon-dialog #dialog-shadow-up:after { width: 100%; height: 8px; content: ""; position: absolute; left: 0; border-radius: 520px/8px; box-shadow: 0 0 12px rgba(0, 0, 0, 0.4); } .ayyash-icon-dialog #dialog-shadow-up { box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset; } .ayyash-icon-dialog #dialog-shadow-up:after { top: -10px; } .ayyash-icon-dialog #dialog-shadow-down { box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.03) inset; } .ayyash-icon-dialog #dialog-shadow-down:after { top: 22px; } .ayyash-icon-dialog #dialog-insert-button { text-align: center; } .ayyash-icon-dialog #dialog-insert-button .button-large { margin-top: 15px; } .ayyash-icon-dialog .icon-set-title { font-weight: bold; font-size: 14px; padding-bottom: 7px; margin: 0 5px 7px 5px; border-bottom: 1px solid transparent; } .ayyash-icon-dialog .icon-set-im { margin-top: 15px; color: #5cb85c; border-color: #d8eed8; } .ayyash-icon-dialog .icon-set-fa { margin-top: 15px; color: #428bca; border-color: #cde1f1; } #icon-overlay, #shortcode-overlay { position: fixed; z-index: 100000; top: 0; left: 0; height: 100%; min-height: 100%; width: 100%; background: #000; opacity: 0.7; display: none; }