/* some janky overrides to span across multiple themes */ /* * mmenu fixes for user-select */ body { -webkit-user-select: initial !important; -moz-user-select: initial !important; -ms-user-select: initial !important; -o-user-select: initial !important; user-select: initial !important; } div.ctools-modal-content .manualcrop-init-processed .form-item label { float: none; } textarea .hidden-xs { color: #b7b5b5; } .node-form .form-item-title input#edit-title { font-size: 200%; width: 90%; } /* Media Modal Override */ .ui-widget-overlay.ui-front { z-index: 1500; } .ui-dialog.ui-widget.ui-widget-content { z-index: 1501; } /* hacky fix for extra stars for ajax image field */ span[title="This field is required."], .format-toggle span.form-required { display: none; } span.form-required { display: inline; } body.adminimal-menu #admin-menu #admin-menu-wrapper ul.dropdown li { li, ul, li.expandable:hover, li:hover, ul:hover { background-position-x: 220px !important; min-width: 240px !important; } li.expandable ul { margin: -20px 0 0 240px; } } .ui-dialog button.ui-dialog-titlebar-close { right: 8px; top: 15px; outline: 0; } .ui-dialog { box-shadow: 0 1px 0 0 #333333; } #panels-ipe-control-container { background-color: #222; padding: .6em 0; } .panels-ipe-region { div.panels-ipe-placeholder { z-index: 2; background-color: rgba(127, 194, 255, 0.49); color: #fff; text-shadow: 1px 1px 1px rgba(65, 99, 129, 0.64); h3 { text-align: center; font-size: 40px; margin: 0 0 0 0; width: 100%; opacity: .6; } } div.panels-ipe-newblock { -webkit-box-shadow: none; box-shadow: none; } div.panels-ipe-handlebar-wrapper li a, div.panels-ipe-handlebar-wrapper li a:active, div.panels-ipe-dragtitle span, div.panels-ipe-dragtitle span:active, div.panels-ipe-newblock a, div.panels-ipe-newblock a:active, span.panels-ipe-draghandle-icon, span.panels-ipe-draghandle-icon:active { box-shadow: 3px 3px 0 0 #ADB2B5; border-radius: 0; } } div.ipe-throbber { width: 64px; height: 64px; padding: 0; background: #fff url(../images/ringload.gif) no-repeat; .glyphicon.glyphicon-refresh.glyphicon-spin { display: none; } } div.panels-ipe-control { #panels-ipe-save { background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #437d3d), color-stop(1, #4d8f46)); &:hover, &:active { background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2d6f28), color-stop(1, #447e3e)); } } #panels-ipe-cancel { background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b73939), color-stop(1, #b73939)); &:hover, &:active { background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #9c3131), color-stop(1, #8e2c2c)); } } #panelizer-ipe-revert { background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0074BD), color-stop(1, #0074BD)); &:hover, &:active { background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0062a0), color-stop(1, #0062a0)); } } .btn.form-submit { padding: 0 1.5em 4px 1.5em; box-shadow: 3px 3px 0 0 #444; } #panelizer-ipe-revert, #panels-ipe-cancel, #panels-ipe-save, div.panels-ipe-pseudobutton-container { border-radius: 0; color: #fff; } } /* Modal Fieldset fixes */ #modal-content { div.description { clear: both; } .fieldset-wrapper { margin-top: 1.5em; padding: 10px 10px 0 10px; } form fieldset { padding-top: 25px; legend { background-color: #0074BD; border-color: #0074BD; color: #fff; text-shadow: none; left: 5px; top: -1px; } } } #admin-menu { z-index: 99999; border-bottom: 1px solid #5a5a5a !important; } #admin-menu li a { font-size: 12px !important; } #admin-menu .dropdown li a { padding: 0px 8px !important; } #admin-menu #admin-menu-split-tests li a, #admin-menu #admin-menu-account li a, #admin-menu #admin-menu-users li a, #admin-menu #admin-menu-search li a { padding: 5px !important; } #admin-menu .admin-menu-toolbar-category { padding-top: 5px !important; } .field-type-color-field-rgb span.colorBox { border: solid 1px #000; margin: 5px 0 5px 5px; display: block; width: 13px; height: 13px; padding: 0; float: left; } .colorBox.active, .colorBox:hover { padding: 1px 9px; /* border: 1px solid transparent !important; */ box-shadow: 0 0 3px 2px #0c96b5; } /* tabbed fieldsets in admin forms */ .form-item div.description { white-space: normal; } .ui-datepicker-month, .ui-datepicker-year { color: #333; } /* ugly help text */ .filter-guidelines, .filter-help { display: none; } /* html editor markitup */ .field-type-text-with-summary .markItUp , .field-type-text-long .markItUp { width: auto; } /* wysiwyg editor menubar hide */ .mce-container.mce-menubar { display: none; }