 /* CUSTOM CHECKBOX */ /* passive row */ .jqgrid input.checkbox { display:none; } /* deaktiviert */ .jqgrid input.checkbox + label { background: url(File/admin_grid/display_unchecked.png) no-repeat center center; width:100%!important; height:20px; margin:0 !important; display:inline-table; } /* aktiviert */ .jqgrid input.checkbox:checked + label { background-image: url(File/admin_grid/display_checked.png); } /* selected row */ /* deaktiviert */ .jqgrid .selected-row input.checkbox + label { background-image: url(File/admin_grid/selected_unchecked.png); } /* aktiviert */ .jqgrid .selected-row input.checkbox:checked + label { background-image: url(File/admin_grid/selected_checked.png); } div[data-type='chooser-panel'] { /* to be sure that the column chooser appears above every other element! otherwise for instance when opening a dialog (which layers is z-index 1003) it appears below it!*/ z-index: 9999; } .ui-jqgrid .ui-jqgrid-resize {width:6px;} .AdminMonitor:hover { background-color:rgba(230,230,230,0.95); } .AdminMonitor .openClose:hover { background-color:var(--color_cCellmsBlue); } .AdminMonitor .action:hover { color:var(--color_cCellmsBlue); } .AdminMonitor .entry:hover .icon { color:var(--color_cCellmsBlue) !important; } .Admin.Widget{ min-width: 1248px; } .CustomUserProfileAddressInDialog .stateButton:hover, .CustomUserProfileAddressInDialog .actionButton:hover, .CustomUserProfileAddressInDialog .BasicForm .submitMessage .info:hover, .CustomUserProfileAddressInDialog .addressEntry.add:hover { color: var(--color_cCellmsBlue); } .CustomUserProfileAddressInDialog .BasicForm .submitMessage .forceAddress:hover .roundIcon, .CustomUserProfileAddressInDialog .BasicForm .submitMessage .actionButton.right:hover .roundIcon, .CustomUserProfileAddressInDialog .actionButton:hover .roundIcon{ border-color: var(--color_cCellmsBlue); background-color: var(--color_cCellmsBlue); } .CustomUserProfileAddressInDialog .stateButton:hover .roundIcon, .CustomUserProfileAddressInDialog .stateButton:hover .roundIcon [class*="ss-"], .CustomUserProfileAddressInDialog .stateButton:hover .roundIcon [class*="ss-"]::before, .CustomUserProfileAddressInDialog .actionButton:hover .roundIcon, .CustomUserProfileAddressInDialog .actionButton:hover .roundIcon [class*="ss-"], .CustomUserProfileAddressInDialog .actionButton:hover .roundIcon [class*="ss-"]::before{ color: var(--color_cWhite); } .CustomUserProfileAddressInDialog .wrapperForm input:hover { border: 1px solid var(--admin_color_cAdminButton); cursor: pointer; } .CustomUserProfileAddressInDialog .dropDown .caption:hover{ background-color: var(--color_cWhite); } .CustomUserProfileProperty .CustomUserProfileAddressJs .actionButton:hover{ color: var(--color_cCellmsBlue); } .CustomUserProfileProperty .CustomUserProfileAddressJs .actionButton:hover .roundIcon{ color: var(--color_cWhite); border-color: var(--color_cCellmsBlue); background-color: var(--color_cCellmsBlue); } .CustomUserProfileProperty .CustomUserProfileAddressJs .addressEntry.add:hover { color: var(--color_cCellmsBlue); } .ShopDashboard .button:not([disabled]):hover, .ShopDashboard .button:not([disabled]):focus { color: var(--color_cWhite); background-color: var(--admin_color_cCaption); } .panelContentForm form [data-prices-unlockable="1"] .lockWrapper svg:is(:hover, :active) { cursor: pointer; } .panelContentForm form [data-prices-unlockable="1"] [data-locked="true"] svg:is(:hover, :active) #dash { display: contents; } .panelContentForm form [data-prices-unlockable="1"] [data-locked="true"] svg:is(:hover, :active) #lines { opacity: .3; } .panelContentForm form [data-prices-unlockable="1"] [data-locked="false"] svg:is(:hover, :active) #dash { display: none; } .panelContentForm form [data-prices-unlockable="1"] [data-locked="false"] svg:is(:hover, :active) #lines { opacity: 1; } 