
scout.desktop.navigation.DesktopNavigationHandle.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-navigation-handle.collapse-handle {
position: absolute;
&.navigation-open {
left: auto;
margin-right: 5px;
right: 0;
}
&.navigation-closed {
left: 0;
right: auto;
padding-left: 1px;
margin-bottom: 36px;
}
&:active > .collapse-handle-body {
background-color: @desktop-navigation-handle-active-background-color;
}
& > .collapse-handle-body {
background-color: @desktop-navigation-handle-background-color;
border-color: fade(@desktop-navigation-handle-border-color, 75%);
color: fade(@desktop-navigation-handle-color, 75%);
}
}
.navigation-handle-key-box {
margin-top: -6px;
&.left {
margin-right: -4px;
}
&.right {
margin-left: -4px;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy