/*---------------------------------------------------------------------- * Admin Mega Menu Icon and Others Support *----------------------------------------------------------------------*/ .themeoo-label { padding: 4px 10px; border-radius: 2px; text-transform: uppercase; font-size: 10px; } .themeoo-label-primary { background: #14ba00; color: #fff; } .themeoo-label-success { background: rgb(50, 0, 171); color: #fff; } #menu-to-edit .themeoo-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 .themeoo-mega-column, #menu-to-edit .themeoo-mega-menu { float: left; width: 361px; margin: 15px 0; padding: 15px; border: 1px solid #e6e6e6; background: #f9f9f9; } #menu-to-edit .themeoo-mega-column select, #menu-to-edit .themeoo-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 .themeoo-mega-menu, #menu-to-edit .themeoo-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 !important; } #menu-to-edit .menu-item-depth-0 .themeoo-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 .themeoo-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 !important; } /*icon*/ .themeoo-button-remove { margin-left: 3px !important; background: #e14d43 !important; border-color: #d02a21 !important; color: white !important; -moz-box-shadow: inset 0 1px 0 #ec8a85, 0 1px 0 rgba(0, 0, 0, 0.15) !important; -webkit-box-shadow: inset 0 1px 0 #ec8a85, 0 1px 0 rgba(0, 0, 0, 0.15) !important; box-shadow: inset 0 1px 0 #ec8a85, 0 1px 0 rgba(0, 0, 0, 0.15) !important; } .themeoo-shortcode-dialog { z-index: 100001 !important; } .themeoo-icon-dialog { z-index: 100002 !important; } #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; } #dialog-shadow-down, #dialog-shadow-up { width: 100%; height: 20px; overflow: hidden; position: relative; } #dialog-shadow-down:after, #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); } #dialog-shadow-up { box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset; } #dialog-shadow-up:after { top: -10px; } #dialog-shadow-down { box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.03) inset; } #dialog-shadow-down:after { top: 22px; } #dialog-header-wrap { width: 100%; padding-bottom: 16px; } #dialog-insert-button { text-align: center; } #dialog-insert-button .button-large { margin-top: 15px; } #icon-dialog { display: none; background: #fff; } #icon-dialog #dialog-header-wrap { text-align: center; } #icon-dialog #dialog-header-wrap input { width: 50%; line-height: 30px; } #icon-dialog #icon-load { overflow-x: hidden; overflow-y: auto; margin: -20px 20px; padding: 10px; } #icon-dialog #icon-load a { -moz-transition: border 0.2s ease, box-shadow 0.2s ease; -o-transition: border 0.2s ease, box-shadow 0.2s ease; -webkit-transition: border 0.2s ease, box-shadow 0.2s ease; 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; } #icon-dialog #icon-load .active-icon, #icon-dialog #icon-load a:hover { -moz-box-shadow: 0 0 20px rgba(77, 191, 217, 0.4); -webkit-box-shadow: 0 0 20px rgba(77, 191, 217, 0.4); box-shadow: 0 0 20px rgba(77, 191, 217, 0.4); border: 1px solid #4dbfd9; } #icon-dialog #icon-load h4 { margin: 15px 0 5px 5px; } #icon-dialog #icon-load h4:first-child { margin-top: 0; } #icon-dialog .icon-set-title { font-weight: bold; font-size: 14px; padding-bottom: 7px; margin: 0 5px 7px 5px; border-bottom: 1px solid transparent; } #icon-dialog .icon-set-im { margin-top: 15px; color: #5cb85c; border-color: #d8eed8; } #icon-dialog .icon-set-fa { margin-top: 15px; color: #428bca; border-color: #cde1f1; } .nav-menus-php .item-edit { overflow: hidden; text-indent: -9999em; }