blob: 865f13a75fcdcba12e01be2a9a5fe14baf9417d1 [file] [log] [blame]
/*
******************************************************************************
* Copyright © 2018 PTA GmbH.
* 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
*
******************************************************************************
*/
@import url("../grid-measure-detail/grid-measure-detail.component.css");
#Step-head {
display: inline-block
}
#addStepGlIcon {
background: transparent;
border: none;
color: white;
font-size: 107%;
}
#addStepGlIcon:focus {
outline: 0 !important;
}
#treeTable {
max-height: 200px;
overflow-y: auto;
overflow-x: auto;
}