

 .Admin.Widget{ min-width: 1248px; } /* 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:#00BEFF; } .AdminMonitor .action:hover { color:#00BEFF; } .AdminMonitor .entry:hover .icon { color:#00BEFF !important; } .CustomUserProfileAddressInDialog .stateButton:hover, .CustomUserProfileAddressInDialog .actionButton:hover, .CustomUserProfileAddressInDialog .BasicForm #submitMessage .info:hover, .CustomUserProfileAddressInDialog .addressEntry.add:hover { color: #00BEFF; } .CustomUserProfileAddressInDialog .BasicForm #submitMessage .forceAddress:hover .roundIcon, .CustomUserProfileAddressInDialog .BasicForm #submitMessage .actionButton.right:hover .roundIcon, .CustomUserProfileAddressInDialog .actionButton:hover .roundIcon{ border-color: #00BEFF; background-color: #00BEFF; } .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: #ffffff; } .CustomUserProfileAddressInDialog .wrapperForm input:hover { border: 1px solid #AAAAAA; cursor: pointer; } .CustomUserProfileAddressInDialog .dropDown .caption:hover{ background-color: #ffffff; } .CustomUserProfileProperty .CustomUserProfileAddressJs .actionButton:hover{ color: #00BEFF; } .CustomUserProfileProperty .CustomUserProfileAddressJs .actionButton:hover .roundIcon{ color: #ffffff; border-color: #00BEFF; background-color: #00BEFF; } .CustomUserProfileProperty .CustomUserProfileAddressJs .addressEntry.add:hover { color: #00BEFF; } 