
scout.desktop.Desktop.css Maven / Gradle / Ivy
/*******************************************************************************
* Copyright (c) 2014-2015 BSI Business Systems Integration AG.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* BSI Business Systems Integration AG - initial API and implementation
******************************************************************************/
.desktop {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
&:focus {
outline: none;
}
}
.glasspane {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
#scout.animation(fadeIn ease-in 1);
#scout.animation-duration(0.25s);
outline: none;
z-index: 100;
&.busy {
/* Make glasspane transparent and disable animation */
background-color: transparent;
#scout.animation(none);
cursor: wait;
}
&.dark {
background-color: rgba(0, 0, 0, 0.1);
#scout.animation(fadeIn ease-in 1);
#scout.animation-duration(0.25s);
}
}
/* "Open URI" related rules */
.download-frame {
position: fixed;
top: 0;
left: 0;
width: 0;
height: 0;
visibility: hidden;
/* Do _not_ use 'display: none', because that seems to interrupt the download in Safari */
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy