@eclipse-scout/core
Version:
Eclipse Scout runtime
38 lines (33 loc) • 736 B
text/less
/*
* Copyright (c) 2010, 2025 BSI Business Systems Integration AG
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*/
.glasspane {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
outline: none;
z-index: 100;
cursor: default;
&.busy {
cursor: wait;
}
&.dark {
background-color: rgba(0, 0, 0, 0.1);
#scout.animation(fade-in ease-in 1);
#scout.animation-duration(0.2s);
}
&.deactivated {
pointer-events: none;
}
}
.glasspane-parent {
pointer-events: none; /* Disable hover effects and clicks */
}